Class ClarifyDataTable
Inheritance
System.Object
ClarifyDataTable
Implements
System.Collections.IEnumerable
Assembly: fcSDK.dll
Syntax
public class ClarifyDataTable : GenericDataTable, IEnumerable
Constructors
ClarifyDataTable(String)
Declaration
protected ClarifyDataTable(string tableName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
ClarifyDataTable(String, ClarifyGeneric)
Declaration
protected ClarifyDataTable(string tableName, ClarifyGeneric generic)
Parameters
Properties
Generic
Declaration
public ClarifyGeneric Generic { get; }
Property Value
Item[Int32]
Declaration
public ClarifyDataRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Rows
Declaration
public ClarifyRowCollection Rows { get; }
Property Value
Methods
CreateInstance()
Declaration
protected override DataTable CreateInstance()
Returns
Type |
Description |
System.Data.DataTable |
|
CreateRowCollection()
Declaration
protected override GenericDataRowCollection CreateRowCollection()
Returns
Overrides
GetRowType()
Declaration
protected override Type GetRowType()
Returns
Type |
Description |
System.Type |
|
NewRowFromBuilder(DataRowBuilder)
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type |
Name |
Description |
System.Data.DataRowBuilder |
builder |
|
Returns
Type |
Description |
System.Data.DataRow |
|
Implements
System.Collections.IEnumerable