IResultSet Members
A cache of data retrieved using the SqlDataSource.Properties
Name | Description |
---|---|
Item[Int32] | Gets an individual table by its index. |
Item[String] | Gets an individual table by its name. |
Methods
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>. |
TryGetTable(String, out ITable) | Returns a table with the specified name using the table parameter. |
See Also