Name | Description | |
---|---|---|
![]() | SQLiteScript Constructor | Overloaded. Initializes a new instance of the SQLiteScript class. |
The following tables list the members exposed by SQLiteScript.
Name | Description | |
---|---|---|
![]() | SQLiteScript Constructor | Overloaded. Initializes a new instance of the SQLiteScript class. |
Name | Description | |
---|---|---|
![]() | CommandTimeout | Gets or sets the wait time before terminating an attempt to execute a script and generating an error. (Inherited from Devart.Common.DbScript) |
![]() | Connection | Gets or sets the SQLiteConnection used by this instance of the SQLiteScript. |
![]() | Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | Name | Gets or sets the name of component that will be displayed in dbMonitor application. (Inherited from Devart.Common.DbScript) |
![]() | ScriptText | Overridden. Gets or sets text of the script. |
![]() | Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | Statements | Gets the collection of statements that make up the script. (Inherited from Devart.Common.DbScript) |
Name | Description | |
---|---|---|
![]() | Cancel | Tries to cancel the execution of a Devart.Common.DbScript descendant. (Inherited from Devart.Common.DbScript) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose() | Releases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) |
![]() | Execute | Executes the script specified in ScriptText property. (Inherited from Devart.Common.DbScript) |
![]() | ExecuteNext | Executes the next statement from the script. (Inherited from Devart.Common.DbScript) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Open | Overloaded. Prepares a stream to be executed as SQL script. (Inherited from Devart.Common.DbScript) |
![]() | Reset | Positions ExecuteNext method on the first statement in the script. (Inherited from Devart.Common.DbScript) |
![]() | ToString | Returns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component) |
![]() | Error | Occurs when a SQL statement within script has produced an error. (Inherited from Devart.Common.DbScript) |
![]() | Progress | Occurs when a SQL statement within script has successfully executed. (Inherited from Devart.Common.DbScript) |