[Missing <summary> documentation for "P:PerpetuumSoft.DataModel.MsSql.SpatialIndexSql10.StatisticNoRecompute"]

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

Syntax

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

See Also