SearchClause(SingleValueNode) 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.
Creates a SearchClause.
public SearchClause (Microsoft.OData.UriParser.SingleValueNode expression);
new Microsoft.OData.UriParser.SearchClause : Microsoft.OData.UriParser.SingleValueNode -> Microsoft.OData.UriParser.SearchClause
Public Sub New (expression As SingleValueNode)
Parameters
- expression
- SingleValueNode
The filter expression - this should evaluate to a single boolean value. Cannot be null.
Exceptions
Throws if the input expression or rangeVariable is null.