Database.ConcatenateNullYieldsNull Property
SQL Server 2008
Gets or sets a property value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: System.BooleanA Boolean that specifies whether the ConcatenateNullYieldsNull database option is active. If True, the concatenated result is NULL. If False (default), the value is concatenated with a zero string.
