Represents a structure that contains information about some table field
public class Korzh.EasyQuery.Db.DbFieldInfo
Type | Name | Description |
---|
Boolean | IsKey | If the field is the key; |
Boolean | IsNullable | Indicates whether the field is nullable; |
Type | Name | Description |
---|
DataType | FieldType | Gets or sets the type of the field. |
String | Name | Gets or sets the name of table. |
Int32 | Position | Gets or sets the original position of the field in table. |
Int64 | Size | Gets or sets the size of field . |
Type | Name | Description |
---|
String | ToString() | Returns a that represents the current . |