UriEntityOperationParameter 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.
Represents a function parameter that is either entity or collection of entities.
public sealed class UriEntityOperationParameter : Microsoft.OData.Client.UriOperationParameter
type UriEntityOperationParameter = class
inherit UriOperationParameter
Public NotInheritable Class UriEntityOperationParameter
Inherits UriOperationParameter
- Inheritance
Constructors
UriEntityOperationParameter(String, Object, Boolean) |
Instantiates a new UriOperationParameter |
UriEntityOperationParameter(String, Object) |
Instantiates a new UriEntityOperationParameter |
Properties
Name |
Gets the name of the operation parameter. (Inherited from OperationParameter) |
Value |
Gets the value of the operation parameter. (Inherited from OperationParameter) |