Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration for classifying the different kinds of operation parameter binding.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Enumeration OperationParameterBindingKind
'Usage
Dim instance As OperationParameterBindingKind
public enum OperationParameterBindingKind
public enum class OperationParameterBindingKind
type OperationParameterBindingKind
public enum OperationParameterBindingKind
Members
Member name | Description | |
---|---|---|
Always | Used when the first parameter of a service action is a binding parameter and all instances of the binding parameter type must be bound to the service action. | |
Never | Used when the first parameter of a service action is not a binding parameter. | |
Sometimes | Used when the first parameter of a service action is a binding parameter and some or all instances of the binding parameter type may be bound to the service action. |