SingleValuePropertyAccessNode(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 SingleValuePropertyAccessNode.
public SingleValuePropertyAccessNode (Microsoft.OData.UriParser.SingleValueNode source, Microsoft.OData.Edm.IEdmProperty property);
new Microsoft.OData.UriParser.SingleValuePropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.Edm.IEdmProperty -> Microsoft.OData.UriParser.SingleValuePropertyAccessNode
Public Sub New (source As SingleValueNode, property As IEdmProperty)
Parameters
- source
- SingleValueNode
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.