dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniScript Class / UniScript Constructor / UniScript Constructor(String)
The text of the query.

In This Topic
    UniScript Constructor(String)
    In This Topic
    Initializes a new instance of the UniScript class with the text of the query.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal scriptText As String _
    )
    public UniScript( 
       string scriptText
    )

    Parameters

    scriptText
    The text of the query.
    See Also