Click or drag to resize

QueryFactoryCoreCreateTEntity 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.8.0.0 (5.8.21.0111)
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: EntityQueryTEntity
ready to use EntityQuery instance
See Also