Creates new instance of the DataType..::.VarChar class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public VarChar( int maxsize ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ maxsize As Integer _ ) |
| Visual C++ |
|---|
public: VarChar( int maxsize ) |
Parameters
- maxsize
- Type: System..::.Int32