ArcGIS Explorer Component Help |
RowCollection Members |
RowCollection Class Methods Properties See Also |
The RowCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (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.) | |
GetRelatedRows | Overloaded. 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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the count of the number of rows in the RowCollection.
| |
IsSorted |
Gets a value indicating whether the RowCollection is sorted.
|