Creates new instance of the DataType..::.UserCLRType class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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