Initializes a new instance of the DataType..::.DateSizedType class

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

Syntax

C#
protected DateSizedType(
	int maxSize
)
Visual Basic (Declaration)
Protected Sub New ( _
	maxSize As Integer _
)
Visual C++
protected:
DateSizedType(
	int maxSize
)

Parameters

maxSize
Type: System..::.Int32

See Also