Retrieve the fetch descriptor associated with the given entity key.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SubselectFetch GetSubselect( EntityKey key ) |
Visual Basic |
---|
Public Function GetSubselect ( _ key As EntityKey _ ) As SubselectFetch |
Visual C++ |
---|
public: SubselectFetch^ GetSubselect( EntityKey^ key ) |
Parameters
- key
- Type: NHibernate.Engine..::..EntityKey
The entity key for which to locate any defined subselect fetch.