C# Class System.Data.TableStructure

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
NonOrdinalColumns System.Collections.ArrayList
OrdinalColumns System.Collections.Hashtable
PrimaryKey DataColumn
Table DataTable

Méthodes publiques

Méthode Description
ContainsColumn ( string name ) : bool
TableStructure ( DataTable table ) : System

Method Details

ContainsColumn() public méthode

public ContainsColumn ( string name ) : bool
name string
Résultat bool

TableStructure() public méthode

public TableStructure ( DataTable table ) : System
table DataTable
Résultat System

Property Details

NonOrdinalColumns public_oe property

public ArrayList,System.Collections NonOrdinalColumns
Résultat System.Collections.ArrayList

OrdinalColumns public_oe property

public Hashtable,System.Collections OrdinalColumns
Résultat System.Collections.Hashtable

PrimaryKey public_oe property

public DataColumn,System.Data PrimaryKey
Résultat DataColumn

Table public_oe property

public DataTable,System.Data Table
Résultat DataTable