After evicting or deleting or loading an entity, we don't
need to batch fetch it anymore, remove it from the queue
if necessary
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub RemoveBatchLoadableEntityKey ( _ key As EntityKey _ ) |
C# |
---|
public void RemoveBatchLoadableEntityKey( EntityKey key ) |
Visual C++ |
---|
public: void RemoveBatchLoadableEntityKey( EntityKey^ key ) |
JavaScript |
---|
function removeBatchLoadableEntityKey(key); |
Parameters
- key
- Type: NHibernate.Engine..::.EntityKey