Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function GetQueryableCollection ( _ entityType As Type, _ actualPropertyName As String, _ factory As ISessionFactoryImplementor _ ) As IQueryableCollection |
C# |
---|
protected IQueryableCollection GetQueryableCollection( Type entityType, string actualPropertyName, ISessionFactoryImplementor factory ) |
Visual C++ |
---|
protected: IQueryableCollection^ GetQueryableCollection( Type^ entityType, String^ actualPropertyName, ISessionFactoryImplementor^ factory ) |
JavaScript |
---|
function getQueryableCollection(entityType, actualPropertyName, factory); |
Parameters
- entityType
- Type: System..::.Type
- actualPropertyName
- Type: System..::.String
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor