C# 클래스 SQLiteConversionEngine.ConversionData.ForeignKeySchema

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

공개 프로퍼티들

프로퍼티 타입 설명
CascadeOnDelete bool
ColumnName string
ForeignColumnName string
ForeignTableName string
IsNullable bool
TableName string

프로퍼티 상세

CascadeOnDelete 공개적으로 프로퍼티

public bool CascadeOnDelete
리턴 bool

ColumnName 공개적으로 프로퍼티

public string ColumnName
리턴 string

ForeignColumnName 공개적으로 프로퍼티

public string ForeignColumnName
리턴 string

ForeignTableName 공개적으로 프로퍼티

public string ForeignTableName
리턴 string

IsNullable 공개적으로 프로퍼티

public bool IsNullable
리턴 bool

TableName 공개적으로 프로퍼티

public string TableName
리턴 string