ResultTable Properties
Include Protected Members
Include Inherited Members
The ResultTable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Depth | Gets a value indicating the depth of nesting for the current row. |
![]() |
FieldCount | Gets the number of columns returned in the search results. |
![]() |
IsClosed | Gets a Boolean value indicating if the ResultTable is closed. |
![]() |
IsTotalRowsExact | Gets a Boolean value indicating whether the value returned for the TotalRows property is an approximation, or the exact number of rows. |
![]() |
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 specified row name. |
![]() |
RecordsAffected | Gets the number of rows changed. |
![]() |
ResultType | Gets the type of search results in the result table. |
![]() |
RowCount | Gets the number of search results returned in the result table. |
![]() |
Table | Gets or sets the DataTable containing the search results. |
![]() |
TotalRows | Gets the number of search results returned in the result table. |
![]() |
TotalRowsIncludingDuplicates | Gets the number of search results including duplicate results returned in the result table. |
Top
.gif)