EntityQueryTEntityOfEntityTypeTEntityFilter Method |
Sets the type filter of the query to the typefilter of the entity type specified as TEntityFilter. This means that
all entities matching this query will be of type TEntityFilter or any of its (indirect) subtypes.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public EntityQuery<TEntity> OfEntityType<TEntityFilter>()
where TEntityFilter : IEntityCore
Public Function OfEntityType(Of TEntityFilter As IEntityCore) As EntityQuery(Of TEntity)
Type Parameters
- TEntityFilter
- The type of the entity to filter on
Return Value
Type:
EntityQueryTEntitySee Also