ResultTable Members

Include Protected Members
Include Inherited Members

Represents a distinct collection of search results returned for a query.

The ResultTable type exposes the following members.

Properties

  Name Description
Public property Depth
Public property FieldCount Gets the number of columns returned in the search results.
Public property IsClosed Gets a Boolean value indicating if the ResultTable is closed.
Public property IsTotalRowsExact
Public property Item[Int32] Gets a search result from the collection, based on the specified index.
Public property Item[String]
Public property RecordsAffected
Public property ResultType
Public property RowCount
Public property TotalRows Gets the number of rows in the search query result table.

Top

Methods

  Name Description
Public method Close
Public method Dispose
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBoolean
Public method GetByte
Public method GetBytes
Public method GetChar
Public method GetChars
Public method GetData
Public method GetDataTypeName
Public method GetDateTime
Public method GetDecimal
Public method GetDouble
Public method GetFieldType
Public method GetFloat
Public method GetGuid
Public method GetHashCode (Inherited from Object.)
Public method GetInt16
Public method GetInt32
Public method GetInt64
Public method GetName
Public method GetOrdinal
Public method GetSchemaTable
Public method GetString
Public method GetType (Inherited from Object.)
Public method GetValue
Public method GetValues
Public method IsDBNull
Protected method MemberwiseClone (Inherited from Object.)
Public method NextResult Moves to the next result in the search query ResultTable.
Public method Read Reads the search query ResultTable.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ResultTable Class

Microsoft.Office.Server.Search.Query Namespace