The syntax used during DDL to define a column as being an IDENTITY of
            a particular type. 
            
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public override string GetIdentityColumnString( DbType type )  | 
| Visual Basic | 
|---|
Public Overrides Function GetIdentityColumnString ( _ type As DbType _ ) As String  | 
| Visual C++ | 
|---|
public: virtual String^ GetIdentityColumnString( DbType type ) override  | 
Parameters
- type
 - Type: System.Data..::..DbType
The DbType type code.