| 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.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.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