Show / Hide Table of Contents

Class ClarifyRowCollection

Inheritance
System.Object
GenericDataRowCollection
ClarifyRowCollection
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
GenericDataRowCollection.Add(GenericDataRow)
GenericDataRowCollection.Contains(Object[])
GenericDataRowCollection.Contains(Object)
GenericDataRowCollection.Find(Object[])
GenericDataRowCollection.Find(Object)
GenericDataRowCollection.CopyTo(Array, Int32)
GenericDataRowCollection.GetEnumerator()
GenericDataRowCollection.BaseRows
GenericDataRowCollection.IsSynchronized
GenericDataRowCollection.Count
GenericDataRowCollection.SyncRoot
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify
Assembly: fcSDK.dll
Syntax
public class ClarifyRowCollection : GenericDataRowCollection, ICollection, IEnumerable

Constructors

ClarifyRowCollection(ClarifyDataTable, DataRowCollection)

Declaration
protected ClarifyRowCollection(ClarifyDataTable parentTable, DataRowCollection tableBaseRows)
Parameters
Type Name Description
ClarifyDataTable parentTable
System.Data.DataRowCollection tableBaseRows

Properties

Item[Int32]

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

Table

Declaration
public ClarifyDataTable Table { get; }
Property Value
Type Description
ClarifyDataTable

Implements

System.Collections.ICollection
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.