Get the select command to use to retrieve the last generated IDENTITY
value for a particular table
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual Basic |
---|
Public Overrides Function GetIdentitySelectString ( _
identityColumn As String, _
tableName As String, _
type As DbType _
) As String |
Visual C++ |
---|
public:
virtual String^ GetIdentitySelectString(
String^ identityColumn,
String^ tableName,
DbType type
) override |
Return Value
The appropriate select command
See Also