Get the name of the database type associated with the given
SqlType.
Namespace:
NHibernate.DialectAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetTypeName ( _ sqlType As SqlType, _ length As Integer _ ) As String |
C# |
---|
public virtual string GetTypeName( SqlType sqlType, int length ) |
Visual C++ |
---|
public: virtual String^ GetTypeName( SqlType^ sqlType, int length ) |
JavaScript |
---|
function getTypeName(sqlType, length); |
Parameters
- sqlType
- Type: NHibernate.SqlTypes..::.SqlType
The SqlType
- length
- Type: System..::.Int32
The length of the SqlType