Click or drag to resize

DataScopeTrackQueryTQuery Method

Tracks the QuerySpec or Linq query and will add all entities fetched with this query to this scope.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected TQuery TrackQuery<TQuery>(
	TQuery query
)
where TQuery : class

Parameters

query
Type: TQuery
The query to track.

Type Parameters

TQuery
The type of the query.

Return Value

Type: TQuery
the query specified
See Also