C# Class fastCSharp.sql.table

表格信息
Exibir arquivo 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_oe property

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

Identity public_oe property

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

Indexs public_oe property

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

PrimaryKey public_oe property

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