The NULL Concatenation Behavior property specifies how the data source handles the concatenation of NULL-valued character data type columns with nonNULL-valued character data type columns.
object.Properties("NULL Concatenation Behavior")
object
Expression that evaluates to an object in the Applies To list.
One of the following settings:
Constant | Description |
---|---|
DBPROPVAL_CB_NULL | The result is NULL valued. |
DBPROPVAL_CB_NON_NULL | The result is the concatenation of the nonNULL-valued column or columns. |
adInteger
Read-only
DBPROP_CONCATNULLBEHAVIOR