Click or drag to resize

QueryFactoryCore.Create<TEntity> Method

Creates a new EntityQuery for the entity of the type specified with no alias set.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public EntityQuery<TEntity> Create<TEntity>()
where TEntity : IEntityCore

Type Parameters

TEntity
The type of the entity to produce the query for.

Return Value

Type: EntityQuery<TEntity>
ready to use EntityQuery instance
See Also