Class LLBLGenQueryProvider
The query provider specialized for the LLBLGen infrastructure.
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
public class LLBLGenQueryProvider : DataContextQueryProvider, IDataContextQueryProvider, IAsyncQueryProvider, IQueryProvider
Constructors
| Improve this Doc View SourceLLBLGenQueryProvider(IQueryOperationContext, IQueryProvider)
Initializes a new instance of the LLBLGenQueryProvider class.
Declaration
public LLBLGenQueryProvider(IQueryOperationContext queryOperationContext, IQueryProvider nativeQueryProvider)
Parameters
Type | Name | Description |
---|---|---|
IQueryOperationContext | queryOperationContext | The query operation context. |
System.Linq.IQueryProvider | nativeQueryProvider | The native query provider. |
Methods
| Improve this Doc View SourceIsAttachable(Object)
Indicates whether an entity is attachable.
Declaration
protected override bool IsAttachable(object entity)
Parameters
Type | Name | Description |
---|---|---|
System.Object | entity | The entity. |
Returns
Type | Description |
---|---|
System.Boolean | True if the entity is attachable, false if not. |
Overrides
| Improve this Doc View SourceIsAttachableType(Type)
Indicates whether an entity type is attachable.
Declaration
protected override bool IsAttachableType(Type entityType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | entityType | The entity type. |
Returns
Type | Description |
---|---|
System.Boolean | True if the entity type is attachable, false if not. |
Overrides
Implements
System.Linq.IQueryProvider