Click or drag to resize
QueryParametersIsLocalCopy Property
Gets or sets a value indicating whether this instance is a local copy. If true, it's ok to modify it along the way to a query.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool IsLocalCopy { get; set; }

Property Value

Type: Boolean
See Also