Class GdbTableFile

GdbTableFile class

public class GdbTableFile : IDisposable, IEnumerable<GdbTableRowReader>

Properties

NameDescription
Count { get; }
Fields { get; }
GdbTableVersion { get; }
IsDirty { get; }
NextRowId { get; }
ObjectIdField { get; }
ShapeField { get; }
ShapeType { get; set; }

Methods

NameDescription
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)

See Also