Class ClarifyRowCollection
Implements
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
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