Initializes a new instance of the DataType..::.UserTableType class
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public UserTableType( TableTypeSql10 typeReference ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ typeReference As TableTypeSql10 _ ) |
| Visual C++ |
|---|
public: UserTableType( TableTypeSql10^ typeReference ) |
Parameters
- typeReference
- Type: PerpetuumSoft.DataModel.MsSql..::.TableTypeSql10