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.9.0.0 (5.9.0)
Syntaxpublic bool IsAutoCreated { get; set; }Public Property IsAutoCreated As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also