dotConnect for Oracle Documentation
Devart.Common Namespace / DbConnectionStringBuilder Class / RunOnceCommand Property

In This Topic
    RunOnceCommand Property
    In This Topic
    Specifies a data source-specific command that should be executed immediately after first establishing the connection. Unlike InitializationCommand, this command is not executed when a connection is taken from the pool.
    Syntax
    'Declaration
     
    Public Property RunOnceCommand As String
    public string RunOnceCommand {get; set;}

    Property Value

    A data source-specific command that should be executed immediately after establishing the connection.
    Remarks
    If this command fails, the connection is not established. Devart.Data.Oracle.OracleConnection throws an exception with the error returned by Oracle. You can specify a sequense of several commands in this parameter.
    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