ExpressionNode.ToStringForUrn Method
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.
Represents Expression as a string in T-SQL like syntax, which can be used in URN
public string ToStringForUrn ();
member this.ToStringForUrn : unit -> string
Public Function ToStringForUrn () As String