DBElementBaseMarkedForDeletion Property  | 
 
            Gets or sets a value indicating whether this element is marked for deletion.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax[AllowInFilterAttribute(21)]
public virtual bool MarkedForDeletion { get; set; }<AllowInFilterAttribute(21)>
Public Overridable Property MarkedForDeletion As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also