Click or drag to resize
EntityQueryTEntityIContextAwareElementContextToUse 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
Context IContextAwareElement.ContextToUse { get; set; }

Property Value

Type: Context

Implements

IContextAwareElementContextToUse
See Also