Click or drag to resize
SetExpressionIsExtractionLocked Property
Gets or sets a value indicating whether this instance is extraction locked, which means a where/orderby extractor won't touch it.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public bool IsExtractionLocked { get; set; }

Property Value

Type: Boolean
See Also