After evicting or deleting an entity, we don't need to
know the query that was used to load it anymore (don't
call this after loading the entity, since we might still
need to load its collections)
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void RemoveSubselect( EntityKey key ) |
Visual Basic |
---|
Public Sub RemoveSubselect ( _ key As EntityKey _ ) |
Visual C++ |
---|
public: void RemoveSubselect( EntityKey^ key ) |
Parameters
- key
- Type: NHibernate.Engine..::..EntityKey
[Missing <param name="key"/> documentation for "M:NHibernate.Engine.BatchFetchQueue.RemoveSubselect(NHibernate.Engine.EntityKey)"]