[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.ASTQueryTranslatorFactory.CreateQueryTranslators(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},NHibernate.Engine.ISessionFactoryImplementor)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IQueryTranslator[] CreateQueryTranslators( string queryString, string collectionRole, bool shallow, IDictionary<string, IFilter> filters, ISessionFactoryImplementor factory ) |
Visual Basic |
---|
Public Function CreateQueryTranslators ( _ queryString As String, _ collectionRole As String, _ shallow As Boolean, _ filters As IDictionary(Of String, IFilter), _ factory As ISessionFactoryImplementor _ ) As IQueryTranslator() |
Visual C++ |
---|
public: virtual array<IQueryTranslator^>^ CreateQueryTranslators( String^ queryString, String^ collectionRole, bool shallow, IDictionary<String^, IFilter^>^ filters, ISessionFactoryImplementor^ factory ) sealed |
Parameters
- queryString
- Type: System..::..String
[Missing <param name="queryString"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.ASTQueryTranslatorFactory.CreateQueryTranslators(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},NHibernate.Engine.ISessionFactoryImplementor)"]
- collectionRole
- Type: System..::..String
[Missing <param name="collectionRole"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.ASTQueryTranslatorFactory.CreateQueryTranslators(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},NHibernate.Engine.ISessionFactoryImplementor)"]
- shallow
- Type: System..::..Boolean
[Missing <param name="shallow"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.ASTQueryTranslatorFactory.CreateQueryTranslators(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},NHibernate.Engine.ISessionFactoryImplementor)"]
- filters
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, IFilter>)>)>
[Missing <param name="filters"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.ASTQueryTranslatorFactory.CreateQueryTranslators(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},NHibernate.Engine.ISessionFactoryImplementor)"]
- factory
- Type: NHibernate.Engine..::..ISessionFactoryImplementor
[Missing <param name="factory"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.ASTQueryTranslatorFactory.CreateQueryTranslators(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},NHibernate.Engine.ISessionFactoryImplementor)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.ASTQueryTranslatorFactory.CreateQueryTranslators(System.String,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,NHibernate.IFilter},NHibernate.Engine.ISessionFactoryImplementor)"]