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
 

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.
See Also