dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlSelectStatement Class / Parse Method / Parse(String) Method
The statement to parse.

In This Topic
    Parse(String) Method
    In This Topic
    Converts the specified SELECT statement to a SqlSelectStatement object.
    Syntax
    '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.
    See Also