C# Class CopyDb.TableInfo

Afficher le fichier Open project: versionone/tools-CopyDb Class Usage Examples

Méthodes publiques

Свойство Type Description
Columns IList
HasIdentity bool
Name TableName
PrimaryKey KeyInfo

Méthodes publiques

Méthode Description
Column ( int index ) : ColumnInfo
ColumnIndex ( string name ) : int
TableInfo ( TableName name ) : System.Collections.Generic

Method Details

Column() public méthode

public Column ( int index ) : ColumnInfo
index int
Résultat ColumnInfo

ColumnIndex() public méthode

public ColumnIndex ( string name ) : int
name string
Résultat int

TableInfo() public méthode

public TableInfo ( TableName name ) : System.Collections.Generic
name TableName
Résultat System.Collections.Generic

Property Details

Columns public_oe property

public IList Columns
Résultat IList

HasIdentity public_oe property

public bool HasIdentity
Résultat bool

Name public_oe property

public TableName,CopyDb Name
Résultat TableName

PrimaryKey public_oe property

public KeyInfo PrimaryKey
Résultat KeyInfo