C# Class fastCSharp.sql.table

表格信息
Afficher le fichier Open project: iLanceS/fastCSharp Class Usage Examples

Méthodes publiques

Свойство 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
Résultat fastCSharp.sql.columnCollection

Identity public_oe property

自增列
public column,fastCSharp.sql Identity
Résultat fastCSharp.sql.column

Indexs public_oe property

索引集合
public columnCollection[],fastCSharp.sql Indexs
Résultat fastCSharp.sql.columnCollection[]

PrimaryKey public_oe property

主键
public columnCollection,fastCSharp.sql PrimaryKey
Résultat fastCSharp.sql.columnCollection