EntityParameterSendOption Enum

Definition

Used to specify a strategy to send entity parameter.

public enum EntityParameterSendOption
type EntityParameterSendOption = 
Public Enum EntityParameterSendOption
Inheritance
EntityParameterSendOption

Fields

SendFullProperties 0

Send full properties of an entity parameter to service.

SendOnlySetProperties 1

Send only set properties of an entity parameter to service.

Applies to