CollectionPropertyAccessNode(SingleValueNode, IEdmProperty) Constructor
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.
Constructs a new CollectionPropertyAccessNode.
public CollectionPropertyAccessNode (Microsoft.OData.UriParser.SingleValueNode source, Microsoft.OData.Edm.IEdmProperty property);
new Microsoft.OData.UriParser.CollectionPropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmProperty -> Microsoft.OData.UriParser.CollectionPropertyAccessNode
Public Sub New (source As SingleValueNode, property As IEdmProperty)
Parameters
- source
- SingleValueNode
The value containing the property.
- property
- IEdmProperty
The EDM property which is to be accessed.
Exceptions
Throws if the input source or property is null.
Throws if the input property is not a collection of structural properties