Share via


CollectionOpenPropertyAccessNode(SingleValueNode, String) Constructor

Definition

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

Parameters

source
SingleValueNode

The value containing the property.

openPropertyName
String

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

Exceptions

Throws if the input source or openPropertyName is null.

Applies to