dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlSelectFor Class / SqlSelectFor Constructor

In This Topic
    SqlSelectFor Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String _
    )
    public SqlSelectFor( 
       string text
    )

    Parameters

    text
    See Also