Initializes a new instance of the DataType..::.UserType class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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 ) |
Parameters
- typeReference
- Type: PerpetuumSoft.DataModel.MsSql..::.UserDefinedType