C# Class System.Data.TableMapping

显示文件 Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
Attributes System.Collections.ArrayList
ChildTables TableMappingCollection
Elements System.Collections.ArrayList
ParentTable TableMapping
PrimaryKey DataColumn
ReferenceKey DataColumn
SimpleContent DataColumn
Table DataTable
lastElementIndex int

Public Methods

Method 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 method

public ContainsColumn ( string name ) : bool
name string
return bool

GetColumn() public method

public GetColumn ( string name ) : DataColumn
name string
return DataColumn

RemoveElementColumn() public method

public RemoveElementColumn ( string name ) : void
name string
return void

TableMapping() public method

public TableMapping ( DataTable dt ) : System
dt DataTable
return System

TableMapping() public method

public TableMapping ( string name, string ns ) : System
name string
ns string
return System

Property Details

Attributes public_oe property

public ArrayList,System.Collections Attributes
return System.Collections.ArrayList

ChildTables public_oe property

public TableMappingCollection,System.Data ChildTables
return TableMappingCollection

Elements public_oe property

public ArrayList,System.Collections Elements
return System.Collections.ArrayList

ParentTable public_oe property

public TableMapping,System.Data ParentTable
return TableMapping

PrimaryKey public_oe property

public DataColumn,System.Data PrimaryKey
return DataColumn

ReferenceKey public_oe property

public DataColumn,System.Data ReferenceKey
return DataColumn

SimpleContent public_oe property

public DataColumn,System.Data SimpleContent
return DataColumn

Table public_oe property

public DataTable,System.Data Table
return DataTable

lastElementIndex public_oe property

public int lastElementIndex
return int