Overload List

  NameDescription
RegisterColumnType(DbType, String)
Suclasses register a typename for the given type code. $1 in the typename will be replaced by the column length (if appropriate).
(Inherited from Dialect.)
RegisterColumnType(DbType, Int32, String)
Subclasses register a typename for the given type code and maximum column length. $1 in the type name will be replaced by the column length (if appropriate)
(Inherited from Dialect.)

See Also