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.
'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.