dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlScript Class / ScriptText Property

In This Topic
ScriptText Property (PgSqlScript)
In This Topic
Gets or sets text of the script.
Syntax
'Declaration
 
Public Overrides Property ScriptText As String
 

Property Value

Script text. The default value is an empty string ("").
Remarks
Use ScriptText property to specify text of the script.
See Also