ResultTableCollection methods
SharePoint 2013
The ResultTableCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | |
|
Equals | (Inherited from Object.) |
|
Exists(String) | Verifies if there any TesultTable in the collection with a specified TableType |
|
Exists(ResultType) | Obsolete. Returns a Boolean value that indicates whether the specified ResultTable object exists in the collection. |
|
Filter(String, Object) | Filters from the ResultTableCollection ResultTables that have a property equal to a value. Orders the returned ResultTables by ResultTable.Order. |
|
Filter(String, String) | A more specific version of ResultTableCollection.Filter when the property to filter on is a string. The string comparison is case insensitive and ordinal. |
|
Filter(String, String, Object) | Filters from the ResultTableCollection ResultTables that have a property equal to a value and QueryId equal to queryId. Orders the returned ResultTables by ResultTable.Order. |
|
FilterEnumerator | A more specific version of ResultTableCollection.Filter when the property to filter on is a string. Iterate over the ResultTableCollection's GetEnumerator, which is interleaving aware, and retrieve the interleaved results. The string comparison is case insensitive and ordinal. |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that can be used to access the items in the ResultTable collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IEnumerable.GetEnumerator | Gets an IEnumerator for the collection of ResultTable |
Show: