Class NullQueryFactoryProvider
A null llbl generate query factory provider.
Inheritance
System.Object
NullQueryFactoryProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.LLBLGen
Assembly: Kephas.Data.LLBLGen.dll
Syntax
[OverridePriority(Priority.Lowest)]
public class NullQueryFactoryProvider : IQueryFactoryProvider
Methods
| Improve this Doc View SourceCreateQueryFactory(DataAccessAdapterBase, Context)
Creates query factory.
Declaration
public IQueryFactory CreateQueryFactory(DataAccessAdapterBase adapter, Context contextToUse)
Parameters
Type | Name | Description |
---|---|---|
SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase | adapter | The adapter. |
SD.LLBLGen.Pro.ORMSupportClasses.Context | contextToUse | The context to use. |
Returns
Type | Description |
---|---|
IQueryFactory | The new query factory. |