| Properties of interface IFieldInfo |
Public Properties
Gets the alias.
string Alias {}
Gets the caption.
string Caption {}
Gets the type of the data.
DataType DataType {}
Gets the default value.
object DefaultValue {}
Gets the index.
int Index {}
Gets a value indicating whether the field is auto increment.
bool IsAutoIncrement {}
Gets a value indicating whether the field is lazy load.
bool IsLazyLoad {}
Gets a value indicating whether the field is nullable.
bool IsNullable {}
Gets a value indicating whether the field is primary.
bool IsPrimary {}
Gets a value indicating whether the field is read only.
bool IsReadOnly {}
Gets the physical name.
string Name {}
Gets the owner.
TableInfo Owner {}
Gets the scale.
int Scale {}
Gets the width.
int Width {}