Skip to content

DbFieldInfo class

Represents a structure that contains information about some table field

public class Korzh.EasyQuery.Db.DbFieldInfo
TypeNameDescription
BooleanIsKeyIf the field is the key;
BooleanIsNullableIndicates whether the field is nullable;
TypeNameDescription
DataTypeFieldTypeGets or sets the type of the field.
StringNameGets or sets the name of table.
Int32PositionGets or sets the original position of the field in table.
Int64SizeGets or sets the size of field .
TypeNameDescription
StringToString()Returns a that represents the current .