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

SqlServerEffectiveSettings..::..AnsiNullDefaultOn Property

ANSI_NULL_DFLT_ON. Alters the session's behavior to use ANSI compatibility for nullability. New columns defined without explicit nullability are defined to allow nulls.

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

Syntax


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