[Missing <summary> documentation for "P:PerpetuumSoft.DataModel.MsSql.DataColumnSql10.IsSparse"]
Assembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool IsSparse { get; set; } |
Visual Basic (Declaration) |
---|
Public Property IsSparse As Boolean |
Visual C++ |
---|
public: property bool IsSparse { bool get (); void set (bool value); } |