dotConnect Universal Documentation
Devart.Common Namespace / SelectStatementCollection Class / SelectStatementCollection Constructor

In This Topic
    SelectStatementCollection Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal collection As IList, _
       ByVal sqlPrefix As String _
    )
    public SelectStatementCollection( 
       IList collection,
       string sqlPrefix
    )

    Parameters

    collection
    sqlPrefix
    See Also