JoinStatementNotices Property
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.
public bool JoinStatementNotices {get; set;}
'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.