EntityQueryTEntityContextToUse Property  | 
 
            Gets or sets the context to use for the query. The context value set is used during entity fetches when no entity collection is passed to the
            fetch method.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic Context ContextToUse { get; set; }Public Property ContextToUse As Context
	Get
	Set
Property Value
Type: 
Context
See Also