Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function GetIdentitySelectString ( _ identityColumn As String, _ tableName As String _ ) As String |
C# |
---|
public override string GetIdentitySelectString( string identityColumn, string tableName ) |
Visual C++ |
---|
public: virtual String^ GetIdentitySelectString( String^ identityColumn, String^ tableName ) override |
JavaScript |
---|
function getIdentitySelectString(identityColumn, tableName); |