dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbScript Class
Properties Methods Events

DbScript Class Members

The following tables list the members exposed by DbScript.

Public Properties
 NameDescription
Public PropertyGets or sets the wait time before terminating an attempt to execute a script and generating an error.  
Public PropertyGets or sets the System.Data.IDbConnection used by this instance of the DbScript.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the name of component that will be displayed in dbMonitor application.  
Public PropertyGets or sets script text.  
Public Property (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 DbScript descendant.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodExecutes the script specified in ScriptText property.  
Public MethodExecutes the next statement from the script.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Prepares a stream to be executed as SQL script.  
Public MethodPositions ExecuteNext method on the first statement in the script.  
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public EventOccurs when a SQL statement within script has produced an error.  
Public EventOccurs when a SQL statement within script has successfully executed.  
Top
See Also