Subclasses register a typename for the given type code and maximum
            column length. $l in the type name will be replaced by the column
            length (if appropriate)
            
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
 Syntax
Syntax
| C# | 
|---|
| protected void RegisterColumnType(
	DbType code,
	int capacity,
	string name
) | 
| Visual Basic | 
|---|
| Protected Sub RegisterColumnType ( _
	code As DbType, _
	capacity As Integer, _
	name As String _
) | 
| Visual C++ | 
|---|
| protected:
void RegisterColumnType(
	DbType code, 
	int capacity, 
	String^ name
) | 
 See Also
See Also