dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlScript Class / ScriptText Property

In This Topic
    ScriptText Property (MySqlScript)
    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