Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Context ContextToUse { get; set; }

Property Value

Type: Context
See Also