DBStoredProcedureParameterCreatedByDesigner 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.2.0.0 (5.2.17.0403)
Syntax public override bool CreatedByDesigner { get; set; }
Public Overrides Property CreatedByDesigner As Boolean
Get
Set
Property Value
Type:
BooleanSee Also