Creates new instance of the DataType..::.NChar class.

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

Syntax

C#
public NChar(
	int maxsize
)
Visual Basic (Declaration)
Public Sub New ( _
	maxsize As Integer _
)
Visual C++
public:
NChar(
	int maxsize
)

Parameters

maxsize
Type: System..::.Int32

See Also