Show / Hide Table of Contents

Class ClarifyDataTable

Inheritance
System.Object
GenericDataTable
ClarifyDataTable
Implements
System.Collections.IEnumerable
Inherited Members
GenericDataTable.GetEnumerator()
GenericDataTable.BaseRows
GenericDataTable.IsMtmTable
GenericDataTable.FCGeneric
GenericDataTable.Count
GenericDataTable.InnerRows
Namespace: FChoice.Foundation.Clarify
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
Type Name Description
System.String tableName
ClarifyGeneric generic

Properties

Generic

Declaration
public ClarifyGeneric Generic { get; }
Property Value
Type Description
ClarifyGeneric

Item[Int32]

Declaration
public ClarifyDataRow this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
ClarifyDataRow

Rows

Declaration
public ClarifyRowCollection Rows { get; }
Property Value
Type Description
ClarifyRowCollection

Methods

CreateInstance()

Declaration
protected override DataTable CreateInstance()
Returns
Type Description
System.Data.DataTable

CreateRowCollection()

Declaration
protected override GenericDataRowCollection CreateRowCollection()
Returns
Type Description
GenericDataRowCollection
Overrides
GenericDataTable.CreateRowCollection()

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
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.