new in 2.1 no javadoc
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub AddNonExist ( _ key As EntityKey _ ) |
C# |
---|
void AddNonExist( EntityKey key ) |
Visual C++ |
---|
void AddNonExist( EntityKey^ key ) |
JavaScript |
---|
function addNonExist(key); |
Parameters
- key
- Type: NHibernate.Engine..::.EntityKey