| 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.1.0.0 (5.1.0)
Syntaxpublic bool IsLocalCopy { get; set; }Public Property IsLocalCopy As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also