C# Class Serenity.CodeGenerator.SqlSchemaInfo.FieldInfo

Show file Open project: volkanceylan/Serenity Class Usage Examples

Public Properties

Property Type Description
DataType string
FieldName string
IsIdentity bool
IsNullable bool
IsPrimaryKey bool
PKColumn string
PKSchema string
PKTable string
Scale int
Size int

Property Details

DataType public property

public string DataType
return string

FieldName public property

public string FieldName
return string

IsIdentity public property

public bool IsIdentity
return bool

IsNullable public property

public bool IsNullable
return bool

IsPrimaryKey public property

public bool IsPrimaryKey
return bool

PKColumn public property

public string PKColumn
return string

PKSchema public property

public string PKSchema
return string

PKTable public property

public string PKTable
return string

Scale public property

public int Scale
return int

Size public property

public int Size
return int