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
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
DbFieldInfo() | void |
Fields
Section titled “Fields”Name | Type | Description |
---|---|---|
FieldType | DataType | Gets or sets the type of the field. |
IsForeignKey | bool | If the field is foreign key |
IsKey | bool | If the field is the key; |
IsNullable | bool | Indicates whether the field is nullable; |
IsPrimaryKey | bool | If the field is primary key |
Name | string | Gets or sets the name of table. |
Position | int | Gets or sets the original position of the field in table. |
Size | long | Gets or sets the size of field . |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
ToString() | string | Returns a |