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

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

Syntax

C#
public UserType(
	UserDefinedType typeReference
)
Visual Basic (Declaration)
Public Sub New ( _
	typeReference As UserDefinedType _
)
Visual C++
public:
UserType(
	UserDefinedType^ typeReference
)

See Also