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