| 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.1.0.0 (5.1.0)
Syntaxprotected TQuery TrackQuery<TQuery>(
	TQuery query
)
where TQuery : class
Protected Function TrackQuery(Of TQuery As Class) ( 
	query As TQuery
) As TQuery
Parameters
- query
 - Type: TQuery
The query to track. 
Type Parameters
- TQuery
 - The type of the query.
 
Return Value
Type: 
TQuerythe query specified
See Also