dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlScript Class

In This Topic
    PgSqlScript Class Properties
    In This Topic

    For a list of all members of this type, see PgSqlScript members.

    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 PgSqlConnection used by this instance of the PgSqlScript.  
    Public Property (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 PropertyOverridden. Gets or sets text of the script.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the collection of statements that make up the script. (Inherited from Devart.Common.DbScript)
    Top
    See Also