SearchTermNode(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.
Create a SearchTermNode
public SearchTermNode (string text);
new Microsoft.OData.UriParser.SearchTermNode : string -> Microsoft.OData.UriParser.SearchTermNode
Public Sub New (text As String)
Parameters
- text
- String
The literal text for this node's value, formatted according to the OData URI literal formatting rules.
Exceptions
Throws if the input literalText is null.