Gets or sets Ansi Nulls Enabled option.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public bool AnsiNullsEnabled { get; set; }
Visual Basic (Declaration)
Public Property AnsiNullsEnabled As Boolean
Visual C++
public:
property bool AnsiNullsEnabled {
	bool get ();
	void set (bool value);
}

See Also