The RowCollection type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Supports a simple iteration over a generic collection.
GetFirst
Gets the first Row in the RowCollection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRelatedRowsOverloaded.
Gets related rows from another Table linked by the specified relationship.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveSort
Removes the sort on a RowCollection and orders the rows by the OBJECTID Column.
Sort
Sorts the RowCollection by the specified columns.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Gets the count of the number of rows in the RowCollection.
IsSorted
Gets a value indicating whether the RowCollection is sorted.

See Also