'Declaration Public Overloads Shared Function Parse( _ ByVal text As String _ ) As SqlSelectStatement
public static SqlSelectStatement Parse( string text )
Parameters
- text
- The statement to parse.
Return Value
A SqlSelectStatement object that represents the specified SELECT statement.