Show / Hide Table of Contents

Interface IQueryFactory

Factory contract for creating entity queries.

Namespace: Kephas.Data.LLBLGen.Entities
Assembly: Kephas.Data.LLBLGen.dll
Syntax
public interface IQueryFactory

Methods

| Improve this Doc View Source

ToQueryable<TEntity>()

Returns the data source to use in a Linq query for the entity type specified.

Declaration
IQueryable<TEntity> ToQueryable<TEntity>()

    where TEntity : class
Returns
Type Description
System.Linq.IQueryable<TEntity>

The requested data source.

Type Parameters
Name Description
TEntity

The type of the entity to get the data source for.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX