TableHttpRequestMessageExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for the System.Net.Http.HttpRequestMessage class providing functionality related to table TableController<TData>.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class TableHttpRequestMessageExtensions
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type TableHttpRequestMessageExtensions = class
Public Module TableHttpRequestMessageExtensions
- Inheritance
-
System.ObjectTableHttpRequestMessageExtensions
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Methods
| AreDeletedRowsRequested(HttpRequestMessage) |
Determines whether deleted rows were requested by the client. |
| GetVersionFromIfMatch(HttpRequestMessage) |
Gets the version of a table item from the HTTP |
| SetSelectedProperties(HttpRequestMessage, Type, Boolean) |
Determines the set of properties to include in the OData $select query option for types implementing the
ITableData interface. ITableData has two sets of properties: regular properties and
system properties. The system properties are only included if the |
| SetSelectedProperties(HttpRequestMessage, Type, IDictionary<String,String>, Boolean) |
Determines the set of properties to include in the OData $select query option for types implementing the
ITableData interface. ITableData has two sets of properties: regular properties and
system properties. The system properties are only included if the |