DataServiceResponsePreference Enum
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.
Determines whether the client requests that the data service return inserted or updated entity data as an entry in the response message.
public enum DataServiceResponsePreference
type DataServiceResponsePreference =
Public Enum DataServiceResponsePreference
- Inheritance
-
DataServiceResponsePreference
Fields
Name | Value | Description |
---|---|---|
None | 0 | default option, no Prefer header is sent. |
IncludeContent | 1 | Prefer header with value return=representation is sent with all PUT/PATCH/POST requests to entities. |
NoContent | 2 | Prefer header with value return=minimal is sent with all PUT/PATCH/POST requests to entities. |