SingleValueOpenPropertyAccessNode(SingleValueNode, String) Constructor

Definition

public SingleValueOpenPropertyAccessNode (Microsoft.OData.UriParser.SingleValueNode source, string openPropertyName);
new Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode * string -> Microsoft.OData.UriParser.SingleValueOpenPropertyAccessNode
Public Sub New (source As SingleValueNode, openPropertyName As String)

Parameters

source
SingleValueNode

The value containing this property.

openPropertyName
String

The name of the open property to be bound outside the EDM model.

Exceptions

Throws if the input source or openPropertyName is null.

Applies to