AllToken(QueryToken, String, QueryToken) 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 AllToken given the expression, parameter, and parent
public AllToken (Microsoft.OData.UriParser.QueryToken expression, string parameter, Microsoft.OData.UriParser.QueryToken parent);
new Microsoft.OData.UriParser.AllToken : Microsoft.OData.UriParser.QueryToken * string * Microsoft.OData.UriParser.QueryToken -> Microsoft.OData.UriParser.AllToken
Public Sub New (expression As QueryToken, parameter As String, parent As QueryToken)
Parameters
- expression
- QueryToken
The associated expression.
- parameter
- String
The parameter denoting source type.
- parent
- QueryToken
The parent token. Pass null if this property has no parent.