DBElementBaseCreatedByDesigner Property  | 
 
            Gets or sets a value indicating whether this element is created by the designer from mappings (true) or that it was created from meta-data retrieved
            from the database (false, default).
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.12.0.0 (5.12.0)
Syntax[AllowInFilterAttribute(20)]
public virtual bool CreatedByDesigner { get; set; }<AllowInFilterAttribute(20)>
Public Overridable Property CreatedByDesigner As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also