Gets or sets Ansi Null Default option.

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

Syntax

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

See Also