Registers a database type and its CLR equivalent.
Namespace:
Tortuga.Chain.Metadata
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
public void RegisterType(
string databaseTypeName,
TDbType databaseType,
Type clrType
)
Public Sub RegisterType ( _
databaseTypeName As String, _
databaseType As TDbType, _
clrType As Type _
)
public:
void RegisterType(
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.