C# Class System.Data.TableMapping

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Свойство Type Description
Attributes System.Collections.ArrayList
ChildTables TableMappingCollection
Elements System.Collections.ArrayList
ParentTable TableMapping
PrimaryKey DataColumn
ReferenceKey DataColumn
SimpleContent DataColumn
Table DataTable
lastElementIndex int

Méthodes publiques

Méthode Description
ContainsColumn ( string name ) : bool
GetColumn ( string name ) : DataColumn
RemoveElementColumn ( string name ) : void
TableMapping ( DataTable dt ) : System
TableMapping ( string name, string ns ) : System

Method Details

ContainsColumn() public méthode

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

GetColumn() public méthode

public GetColumn ( string name ) : DataColumn
name string
Résultat DataColumn

RemoveElementColumn() public méthode

public RemoveElementColumn ( string name ) : void
name string
Résultat void

TableMapping() public méthode

public TableMapping ( DataTable dt ) : System
dt DataTable
Résultat System

TableMapping() public méthode

public TableMapping ( string name, string ns ) : System
name string
ns string
Résultat System

Property Details

Attributes public_oe property

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

ChildTables public_oe property

public TableMappingCollection,System.Data ChildTables
Résultat TableMappingCollection

Elements public_oe property

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

ParentTable public_oe property

public TableMapping,System.Data ParentTable
Résultat TableMapping

PrimaryKey public_oe property

public DataColumn,System.Data PrimaryKey
Résultat DataColumn

ReferenceKey public_oe property

public DataColumn,System.Data ReferenceKey
Résultat DataColumn

SimpleContent public_oe property

public DataColumn,System.Data SimpleContent
Résultat DataColumn

Table public_oe property

public DataTable,System.Data Table
Résultat DataTable

lastElementIndex public_oe property

public int lastElementIndex
Résultat int