C# Class Serenity.CodeGenerator.SqlSchemaInfo.FieldInfo

Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

FieldName public_oe property

public string FieldName
Résultat string

IsIdentity public_oe property

public bool IsIdentity
Résultat bool

IsNullable public_oe property

public bool IsNullable
Résultat bool

IsPrimaryKey public_oe property

public bool IsPrimaryKey
Résultat bool

PKColumn public_oe property

public string PKColumn
Résultat string

PKSchema public_oe property

public string PKSchema
Résultat string

PKTable public_oe property

public string PKTable
Résultat string

Scale public_oe property

public int Scale
Résultat int

Size public_oe property

public int Size
Résultat int