Initializes a new instance of the TypeRegistration class.
Namespace:
Tortuga.Chain.Metadata
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
public TypeRegistration(
string databaseTypeName,
TDbType databaseType,
Type clrType
)
Public Sub New ( _
databaseTypeName As String, _
databaseType As TDbType, _
clrType As Type _
)
public:
TypeRegistration(
String^ databaseTypeName,
TDbType databaseType,
Type^ clrType
)
Parameters
- databaseTypeName
- Type: String
Name of the database type.
- databaseType
- Type: TDbType
Type of the database.
- clrType
- Type: Type
Type of the color.