C# Class Serenity.CodeGenerator.SqlSchemaInfo.FieldInfo

显示文件 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_oe property

public string DataType
return string

FieldName public_oe property

public string FieldName
return string

IsIdentity public_oe property

public bool IsIdentity
return bool

IsNullable public_oe property

public bool IsNullable
return bool

IsPrimaryKey public_oe property

public bool IsPrimaryKey
return bool

PKColumn public_oe property

public string PKColumn
return string

PKSchema public_oe property

public string PKSchema
return string

PKTable public_oe property

public string PKTable
return string

Scale public_oe property

public int Scale
return int

Size public_oe property

public int Size
return int