C# Class fastCSharp.sql.table

表格信息
Show file Open project: iLanceS/fastCSharp Class Usage Examples

Public Properties

Property Type Description
Columns fastCSharp.sql.columnCollection
Identity fastCSharp.sql.column
Indexs fastCSharp.sql.columnCollection[]
PrimaryKey fastCSharp.sql.columnCollection

Property Details

Columns public property

列集合
public columnCollection,fastCSharp.sql Columns
return fastCSharp.sql.columnCollection

Identity public property

自增列
public column,fastCSharp.sql Identity
return fastCSharp.sql.column

Indexs public property

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

PrimaryKey public property

主键
public columnCollection,fastCSharp.sql PrimaryKey
return fastCSharp.sql.columnCollection