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
    public new 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also