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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also