dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleScript Class / ScriptText Property

In This Topic
ScriptText Property (OracleScript)
In This Topic
Gets or sets text of the script.
Syntax
'Declaration
 
Public Shadows 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