Share via


SingleComplexNode(SingleResourceNode, IEdmProperty) Constructor

Definition

Constructs a SingleComplexNode.

public SingleComplexNode (Microsoft.OData.UriParser.SingleResourceNode source, Microsoft.OData.Edm.IEdmProperty property);
new Microsoft.OData.UriParser.SingleComplexNode : Microsoft.OData.UriParser.SingleResourceNode * Microsoft.OData.Edm.IEdmProperty -> Microsoft.OData.UriParser.SingleComplexNode
Public Sub New (source As SingleResourceNode, property As IEdmProperty)

Parameters

source
SingleResourceNode

The value containing this property.

property
IEdmProperty

The EDM property which is to be accessed.

Exceptions

Throws if input source or property is null.

Throws if input property is not structural, or is a collection.

Applies to