dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / JoinStatementNotices Property

In This Topic
    JoinStatementNotices Property
    In This Topic
    Determines whether all the notices, raised during the statement execution, will be returned together in one InfoMessage event after the statement execution, or each notice will be returned in a separate InfoMessage event.
    Syntax
    'Declaration
     
    Public Property JoinStatementNotices As Boolean
    public bool JoinStatementNotices {get; set;}

    Property Value

    true, if all the notices, raised during the statement execution, will be returned together in one InfoMessage event; otherwise false. Default value if true.
    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