dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlScript Class / SqlScript Constructor / SqlScript Constructor(String)
The text of the query.

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

Parameters

scriptText
The text of the query.
See Also