dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Script Class / ScriptText Property

In This Topic
    ScriptText Property (DB2Script)
    In This Topic
    Gets or sets text of the script.
    Syntax
    'Declaration
     
    Public Overrides Property ScriptText As String
    public override string ScriptText {get; set;}

    Property Value

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