Responsible for handling delegation relating to variants in how
            insert-generated-identifier generator strategies dictate processing:
            
- building the sql insert statement
 - determination of the generated identifier value
 
 Namespace: NHibernate.Id.InsertAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public interface IInsertGeneratedIdentifierDelegate  | 
| Visual Basic | 
|---|
Public Interface IInsertGeneratedIdentifierDelegate  | 
| Visual C++ | 
|---|
public interface class IInsertGeneratedIdentifierDelegate  | 
See Also