EntityParameterSendOption 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.
Used to specify a strategy to send entity parameter.
public enum EntityParameterSendOption
type EntityParameterSendOption =
Public Enum EntityParameterSendOption
- Inheritance
-
EntityParameterSendOption
Fields
Name | Value | Description |
---|---|---|
SendFullProperties | 0 | Send full properties of an entity parameter to service. |
SendOnlySetProperties | 1 | Send only set properties of an entity parameter to service. |