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

OleDbSqlServerEffectiveSettings..::..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.OleDb (in Tortuga.Chain.SqlServer.OleDb.dll)

Syntax


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