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
Public method ResultTable() Obsolete. Initializes a new instance of the ResultTable structure.
Public method ResultTable(ResultTableInternal, Int32) Obsolete. Initializes a new instance of the ResultTable structure.
Public method ResultTable(DataTable, ResultType, Int32, Int32, Boolean, Int32) Obsolete.
Public method ResultTable(DataTable, String, Int32, Int32, Boolean, Int32) Obsolete.

Top

Properties

  Name Description
Public property Depth Obsolete.
Public property Error Obsolete.
Public property FieldCount Obsolete. Gets the number of columns returned in the search results.
Public property GroupTemplateId Obsolete.
Public property IsClosed Obsolete. Gets a Boolean value indicating if the ResultTable is closed.
Public property IsTotalRowsExact Obsolete.
Public property Item[Int32] Obsolete. Gets a search result from the collection, based on the specified index.
Public property Item[String] Obsolete. Gets a search result from the collection, based on the name of the row to return.
Public property ItemTemplateId Obsolete.
Public property Order Obsolete.
Public property Properties Obsolete.
Public property Properties_Client Obsolete.
Public property QueryId Obsolete.
Public property QueryRuleId Obsolete.
Public property QueryRuleId_Client Obsolete.
Public property RecordsAffected Obsolete.
Public property ResultRows Obsolete.
Public property ResultTitle Obsolete.
Public property ResultTitleUrl Obsolete.
Public property ResultType Obsolete. Gets the type of search results in the result table.
Public property RowCount Obsolete. Gets the number of query results contained in the ResultTable object.
Public property Table Obsolete. Gets or sets the DataTable containing the search results.
Public property TableType Obsolete.
Public property TotalRows Obsolete. Gets the number of search results returned in the result table.
Public property TotalRowsIncludingDuplicates Obsolete.

Top

Methods

  Name Description
Public method Close Obsolete. Closes the result table.
Public method Dispose Obsolete. Releases the resources for the result table.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBoolean Obsolete. Returns the value of the specified column as a Boolean.
Public method GetByte Obsolete. Returns the 8-bit unsigned integer value of the specified column.
Public method GetBytes Obsolete. Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
Public method GetChar Obsolete. Returns the character value of the specified column.
Public method GetChars Obsolete. Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
Public method GetData Obsolete. Returns an IDataReader for the specified column.
Public method GetDataTypeName Obsolete. Returns the data type information for the specified column.
Public method GetDateTime Obsolete. Returns the date and time data value for the specified column.
Public method GetDateTimeUtc Obsolete. Returns the date and time in coordinated universal time (UTC) for the specified column.
Public method GetDecimal Obsolete. Returns the fixed-position numeric value for the specified column.
Public method GetDouble Obsolete. Returns the double-precision floating point number for the specified column.
Public method GetFieldType Obsolete. Returns the type information for the specified column.
Public method GetFloat Obsolete. Returns the single-precision floating point number for the specified column.
Public method GetGuid Obsolete. Returns the GUID value for the specified column.
Public method GetHashCode (Inherited from Object.)
Public method GetInt16 Obsolete. Returns the 16-bit signed integer value for the specified column.
Public method GetInt32 Obsolete. Returns the 32-bit signed integer value for the specified column.
Public method GetInt64 Obsolete. Returns the 64-bit signed integer value for the specified column.
Public method GetName Obsolete. Returns the name for the specified column.
Public method GetOrdinal Obsolete. Returns the index for the specified column.
Public method GetSchemaTable Obsolete. Returns a DataTable object that describes the column metadata of the result table.
Public method GetString Obsolete. Gets the string value of the field at the specified ordinal index.
Public method GetType (Inherited from Object.)
Public method GetValue Obsolete. Returns the value of the specified field.
Public method GetValues Obsolete. Populates an array of objects with the column values for the current search result.
Public method IsDBNull Obsolete. Return whether the specified column is set to a null reference (Nothing in Visual Basic).
Protected method MemberwiseClone (Inherited from Object.)
Public method NextResult Obsolete. Advances to the next search result.
Public method Read Obsolete. Advances the IDataReader to the next record.
Public method ToString (Inherited from Object.)

Top

See also

Reference

ResultTable class

Microsoft.SharePoint.Search.Query namespace