Skip to content

DbFieldInfo class

Represents a structure that contains information about some table field

public class Korzh.EasyQuery.Db.DbFieldInfo

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

NameTypeDescription
DbFieldInfo()void
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 .
NameTypeDescription
ToString()stringReturns a that represents the current .