الفئة GdbTableFile

GdbTableFile class

public class GdbTableFile : IDisposable, IEnumerable<GdbTableRowReader>

الخصائص

الاسمالوصف
Count { get; }
Fields { get; }
GdbTableVersion { get; }
IsDirty { get; }
NextRowId { get; }
ObjectIdField { get; }
ShapeField { get; }
ShapeType { get; set; }

الطرق

الاسمالوصف
static Create(AbstractPathInternal)
static Create(string)
static Open(AbstractPathInternal)
static Open(string)
AddField(GdbFieldDescription)
AddRow(GdbTableRowWriter)
CreateRow()
DeleteRow(int)
DeleteRowAt(int)
Dispose()
GetEnumerator()
HasField(string)
IsValidAndUnqiueFieldName(string, out string)
ReadRow(int)
ReadRowAt(int)
UpdateRow(GdbTableRowWriter, int)
static IsValidFieldName(string, out string)

انظر أيضًا