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

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

Syntax

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

Parameters

typeReference
Type: PerpetuumSoft.DataModel.MsSql..::.CLRType

See Also