ResultTable members
NOTE: This API is now obsolete.
Provides a means of reading query search results through the IDataReader interface. Each row of the IDataReader represents one search result.
The ResultTable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ResultTable() | Obsolete. Initializes a new instance of the ResultTable structure. |
![]() |
ResultTable(ResultTableInternal, Int32) | Obsolete. Initializes a new instance of the ResultTable structure. |
![]() |
ResultTable(DataTable, ResultType, Int32, Int32, Boolean, Int32) | Obsolete. |
![]() |
ResultTable(DataTable, String, Int32, Int32, Boolean, Int32) | Obsolete. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Depth | Obsolete. |
![]() |
Error | Obsolete. |
![]() |
FieldCount | Obsolete. Gets the number of columns returned in the search results. |
![]() |
GroupTemplateId | Obsolete. |
![]() |
IsClosed | Obsolete. Gets a Boolean value indicating if the ResultTable is closed. |
![]() |
IsTotalRowsExact | Obsolete. |
![]() |
Item[Int32] | Obsolete. Gets a search result from the collection, based on the specified index. |
![]() |
Item[String] | Obsolete. Gets a search result from the collection, based on the name of the row to return. |
![]() |
ItemTemplateId | Obsolete. |
![]() |
Order | Obsolete. |
![]() |
Properties | Obsolete. |
![]() |
Properties_Client | Obsolete. |
![]() |
QueryId | Obsolete. |
![]() |
QueryRuleId | Obsolete. |
![]() |
QueryRuleId_Client | Obsolete. |
![]() |
RecordsAffected | Obsolete. |
![]() |
ResultRows | Obsolete. |
![]() |
ResultTitle | Obsolete. |
![]() |
ResultTitleUrl | Obsolete. |
![]() |
ResultType | Obsolete. Gets the type of search results in the result table. |
![]() |
RowCount | Obsolete. Gets the number of query results contained in the ResultTable object. |
![]() |
Table | Obsolete. Gets or sets the DataTable containing the search results. |
![]() |
TableType | Obsolete. |
![]() |
TotalRows | Obsolete. Gets the number of search results returned in the result table. |
![]() |
TotalRowsIncludingDuplicates | Obsolete. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Close | Obsolete. Closes the result table. |
![]() |
Dispose | Obsolete. Releases the resources for the result table. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBoolean | Obsolete. Returns the value of the specified column as a Boolean. |
![]() |
GetByte | Obsolete. Returns the 8-bit unsigned integer value of the specified column. |
![]() |
GetBytes | Obsolete. Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() |
GetChar | Obsolete. Returns the character value of the specified column. |
![]() |
GetChars | Obsolete. Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() |
GetData | Obsolete. Returns an IDataReader for the specified column. |
![]() |
GetDataTypeName | Obsolete. Returns the data type information for the specified column. |
![]() |
GetDateTime | Obsolete. Returns the date and time data value for the specified column. |
![]() |
GetDateTimeUtc | Obsolete. Returns the date and time in coordinated universal time (UTC) for the specified column. |
![]() |
GetDecimal | Obsolete. Returns the fixed-position numeric value for the specified column. |
![]() |
GetDouble | Obsolete. Returns the double-precision floating point number for the specified column. |
![]() |
GetFieldType | Obsolete. Returns the type information for the specified column. |
![]() |
GetFloat | Obsolete. Returns the single-precision floating point number for the specified column. |
![]() |
GetGuid | Obsolete. Returns the GUID value for the specified column. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetInt16 | Obsolete. Returns the 16-bit signed integer value for the specified column. |
![]() |
GetInt32 | Obsolete. Returns the 32-bit signed integer value for the specified column. |
![]() |
GetInt64 | Obsolete. Returns the 64-bit signed integer value for the specified column. |
![]() |
GetName | Obsolete. Returns the name for the specified column. |
![]() |
GetOrdinal | Obsolete. Returns the index for the specified column. |
![]() |
GetSchemaTable | Obsolete. Returns a DataTable object that describes the column metadata of the result table. |
![]() |
GetString | Obsolete. Gets the string value of the field at the specified ordinal index. |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValue | Obsolete. Returns the value of the specified field. |
![]() |
GetValues | Obsolete. Populates an array of objects with the column values for the current search result. |
![]() |
IsDBNull | Obsolete. Return whether the specified column is set to a null reference (Nothing in Visual Basic). |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
NextResult | Obsolete. Advances to the next search result. |
![]() |
Read | Obsolete. Advances the IDataReader to the next record. |
![]() |
ToString | (Inherited from Object.) |
Top
.gif)
.gif)
.gif)