Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlServerEffectiveSettings..::..ConcatNullYieldsNull Property

CONCAT_NULL_YIELDS_NULL. Returns NULL when concatenating a NULL value with a string.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)

Syntax


public bool ConcatNullYieldsNull { get; }
Public ReadOnly Property ConcatNullYieldsNull As Boolean
	Get
public:
property bool^ ConcatNullYieldsNull {
	bool^ get ();
}