ResultTable Properties
Include Protected Members
Include Inherited Members
The ResultTable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Depth | |
![]() |
FieldCount | Gets the number of columns returned in the search results. |
![]() |
IsClosed | Gets a Boolean value indicating if the ResultTable is closed. |
![]() |
IsTotalRowsExact | |
![]() |
Item[Int32] | Gets a search result from the collection, based on the specified index. |
![]() |
Item[String] | Gets a search result from the collection, based on the name of the row to return. |
![]() |
RecordsAffected | |
![]() |
ResultType | Gets the type of search results in the result table. |
![]() |
RowCount | Gets the number of query results contained in the ResultTable object. |
![]() |
Table | Gets or sets the DataTable containing the search results. |
![]() |
TotalRows | Gets the number of search results returned in the result table. |
Top
.gif)