dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleScript Class
Properties Methods Events

In This Topic
    OracleScript Class Members
    In This Topic

    The following tables list the members exposed by OracleScript.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the OracleScript class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the wait time before terminating an attempt to execute a script and generating an error. (Inherited from Devart.Common.DbScript)
    Public PropertyGets or sets the OracleConnection used by this instance of the OracleScript.  
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the name of component that will be displayed in dbMonitor application. (Inherited from Devart.Common.DbScript)
    Public PropertyGets or sets text of the script.  
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets the collection of statements that make up the script.  
    Top
    Public Methods
     NameDescription
    Public MethodTries to cancel the execution of a Devart.Common.DbScript descendant. (Inherited from Devart.Common.DbScript)
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public MethodExecutes the script specified in ScriptText property. (Inherited from Devart.Common.DbScript)
    Public MethodOverloaded. Executes the next statement from the script.  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Prepares a stream to be executed as SQL script. (Inherited from Devart.Common.DbScript)
    Public MethodPositions ExecuteNext method on the first statement in the script. (Inherited from Devart.Common.DbScript)
    Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Public EventOccurs when a SQL statement within script has produced an error. (Inherited from Devart.Common.DbScript)
    Public EventOccurs when a SQL statement within script has successfully executed. (Inherited from Devart.Common.DbScript)
    Public EventOccurs when a SQL statement within script is about to execute.  
    Top
    See Also