C# 클래스 Serenity.CodeGenerator.SqlSchemaInfo.FieldInfo

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataType string
FieldName string
IsIdentity bool
IsNullable bool
IsPrimaryKey bool
PKColumn string
PKSchema string
PKTable string
Scale int
Size int

프로퍼티 상세

DataType 공개적으로 프로퍼티

public string DataType
리턴 string

FieldName 공개적으로 프로퍼티

public string FieldName
리턴 string

IsIdentity 공개적으로 프로퍼티

public bool IsIdentity
리턴 bool

IsNullable 공개적으로 프로퍼티

public bool IsNullable
리턴 bool

IsPrimaryKey 공개적으로 프로퍼티

public bool IsPrimaryKey
리턴 bool

PKColumn 공개적으로 프로퍼티

public string PKColumn
리턴 string

PKSchema 공개적으로 프로퍼티

public string PKSchema
리턴 string

PKTable 공개적으로 프로퍼티

public string PKTable
리턴 string

Scale 공개적으로 프로퍼티

public int Scale
리턴 int

Size 공개적으로 프로퍼티

public int Size
리턴 int