C# 클래스 SQLiteConversionEngine.ConversionData.IndexSchema

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

공개 프로퍼티들

프로퍼티 타입 설명
Columns List
IndexName string
IsUnique bool

프로퍼티 상세

Columns 공개적으로 프로퍼티

public List Columns
리턴 List

IndexName 공개적으로 프로퍼티

public string IndexName
리턴 string

IsUnique 공개적으로 프로퍼티

public bool IsUnique
리턴 bool