Show / Hide Table of Contents

Class GenericDataRowCollection

Inheritance
System.Object
GenericDataRowCollection
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
Assembly: fcSDK.dll
Syntax
public abstract class GenericDataRowCollection : ICollection, IEnumerable

Constructors

GenericDataRowCollection(GenericDataTable, DataRowCollection)

Declaration
protected GenericDataRowCollection(GenericDataTable parentTable, DataRowCollection tableBaseRows)
Parameters
Type Name Description
GenericDataTable parentTable
System.Data.DataRowCollection tableBaseRows

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

IsSynchronized

Declaration
public bool IsSynchronized { 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

SyncRoot

Declaration
public object SyncRoot { get; }
Property Value
Type Description
System.Object

Table

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

Methods

Add(GenericDataRow)

Declaration
public void Add(GenericDataRow row)
Parameters
Type Name Description
GenericDataRow row

Contains(Object)

Declaration
public bool Contains(object key)
Parameters
Type Name Description
System.Object key
Returns
Type Description
System.Boolean

Contains(Object[])

Declaration
public bool Contains(object[] keys)
Parameters
Type Name Description
System.Object[] keys
Returns
Type Description
System.Boolean

CopyTo(Array, Int32)

Declaration
public void CopyTo(Array array, int index)
Parameters
Type Name Description
System.Array array
System.Int32 index

Find(Object)

Declaration
public GenericDataRow Find(object key)
Parameters
Type Name Description
System.Object key
Returns
Type Description
GenericDataRow

Find(Object[])

Declaration
public GenericDataRow Find(object[] keys)
Parameters
Type Name Description
System.Object[] keys
Returns
Type Description
GenericDataRow

GetEnumerator()

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

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.