Suclasses register a typename for the given type code. $l in the typename will be replaced by the column length (if appropriate).

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected void RegisterColumnType(
	DbType code,
	string name
)
Visual Basic
Protected Sub RegisterColumnType ( _
	code As DbType, _
	name As String _
)
Visual C++
protected:
void RegisterColumnType(
	DbType code, 
	String^ name
)

Parameters

code
Type: System.Data..::..DbType
The typecode
name
Type: System..::..String
The database type name

See Also