C# Class System.Data.TableStructure

Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
NonOrdinalColumns System.Collections.ArrayList
OrdinalColumns System.Collections.Hashtable
PrimaryKey DataColumn
Table DataTable

Public Methods

Method Description
ContainsColumn ( string name ) : bool
TableStructure ( DataTable table ) : System

Method Details

ContainsColumn() public method

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

TableStructure() public method

public TableStructure ( DataTable table ) : System
table DataTable
return System

Property Details

NonOrdinalColumns public property

public ArrayList,System.Collections NonOrdinalColumns
return System.Collections.ArrayList

OrdinalColumns public property

public Hashtable,System.Collections OrdinalColumns
return System.Collections.Hashtable

PrimaryKey public property

public DataColumn,System.Data PrimaryKey
return DataColumn

Table public property

public DataTable,System.Data Table
return DataTable