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

OleDbSqlServerEffectiveSettings..::..AnsiNullDefaultOff Property

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

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

Syntax


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