If property value is set to true, the FunctionRequire event will fire.

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

Syntax

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

See Also