Skip to main content

dbfieldinfo-class

Represents a structure that contains information about some table field

public class Korzh.EasyQuery.Db.DbFieldInfo

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
DbFieldInfo()void

Fields

NameTypeDescription
FieldTypeDataTypeGets or sets the type of the field.
IsForeignKeyboolIf the field is foreign key
IsKeyboolIf the field is the key;
IsNullableboolIndicates whether the field is nullable;
IsPrimaryKeyboolIf the field is primary key
NamestringGets or sets the name of table.
PositionintGets or sets the original position of the field in table.
SizelongGets or sets the size of field .

Methods

NameTypeDescription
ToString()stringReturns a that represents the current .