Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
[AllowInFilterAttribute(20)]
public virtual bool CreatedByDesigner { get; set; }

Property Value

Type: Boolean
See Also