Show / Hide Table of Contents

Class GenericDataTable

Inheritance
System.Object
GenericDataTable
ClarifyDataTable
Implements
System.Collections.IEnumerable
Namespace: FChoice.Foundation
Assembly: fcSDK.dll
Syntax
public abstract class GenericDataTable : DataTable, IEnumerable

Constructors

GenericDataTable(String)

Declaration
protected GenericDataTable(string tableName)
Parameters
Type Name Description
System.String tableName

GenericDataTable(String, FCGeneric)

Declaration
protected GenericDataTable(string tableName, FCGeneric generic)
Parameters
Type Name Description
System.String tableName
FCGeneric generic

Properties

BaseRows

Declaration
protected DataRowCollection BaseRows { get; }
Property Value
Type Description
System.Data.DataRowCollection

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

FCGeneric

Declaration
public FCGeneric FCGeneric { get; }
Property Value
Type Description
FCGeneric

InnerRows

Declaration
protected virtual GenericDataRowCollection InnerRows { get; set; }
Property Value
Type Description
GenericDataRowCollection

IsMtmTable

Declaration
public bool IsMtmTable { get; }
Property Value
Type Description
System.Boolean

Item[Int32]

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

Rows

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

Methods

CreateRowCollection()

Declaration
protected abstract GenericDataRowCollection CreateRowCollection()
Returns
Type Description
GenericDataRowCollection

GetEnumerator()

Declaration
public IEnumerator GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

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.