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

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  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
)

See Also