InNode(SingleValueNode, CollectionNode) 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.
Create a InNode
public InNode (Microsoft.OData.UriParser.SingleValueNode left, Microsoft.OData.UriParser.CollectionNode right);
new Microsoft.OData.UriParser.InNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.UriParser.CollectionNode -> Microsoft.OData.UriParser.InNode
Public Sub New (left As SingleValueNode, right As CollectionNode)
Parameters
- left
- SingleValueNode
The left operand.
- right
- CollectionNode
The right operand.
Exceptions
Throws if the left or right inputs are null.
Throws if the right operand single item type isn't the same type as the left operand.