C# 클래스 fastCSharp.sql.table

表格信息
파일 보기 프로젝트 열기: iLanceS/fastCSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Columns fastCSharp.sql.columnCollection
Identity fastCSharp.sql.column
Indexs fastCSharp.sql.columnCollection[]
PrimaryKey fastCSharp.sql.columnCollection

프로퍼티 상세

Columns 공개적으로 프로퍼티

列集合
public columnCollection,fastCSharp.sql Columns
리턴 fastCSharp.sql.columnCollection

Identity 공개적으로 프로퍼티

自增列
public column,fastCSharp.sql Identity
리턴 fastCSharp.sql.column

Indexs 공개적으로 프로퍼티

索引集合
public columnCollection[],fastCSharp.sql Indexs
리턴 fastCSharp.sql.columnCollection[]

PrimaryKey 공개적으로 프로퍼티

主键
public columnCollection,fastCSharp.sql PrimaryKey
리턴 fastCSharp.sql.columnCollection