IResultSet Methods
A cache of data retrieved using the SqlDataSource.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