SingleValueOpenPropertyAccessNode(SingleValueNode, String) 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 SingleValueOpenPropertyAccessNode.
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.