Share via


SearchTermNode(String) Constructor

Definition

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.

Applies to