Click or drag to resize
GroupableModelElementMappingIsAutoCreated Property
Gets or sets a value indicating whether this instance is auto created by code or manually by the user. If true, code controls the existence of this mapping object, e.g. because it's contained inside another mapping (return element mapping of TVF call) Default is false.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool IsAutoCreated { get; set; }

Property Value

Type: Boolean
See Also