Click or drag to resize
GeneratorActiveSourceElementsContainerNameRaw Property
Gets or sets the ActiveSourceElementsContainerName value in raw form, without name correction. This variant is the direct name without any filtering on illegal characters, and therefore isn't suitable for creating type names.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string ActiveSourceElementsContainerNameRaw { get; set; }

Property Value

Type: String

Implements

IGeneratorActiveSourceElementsContainerNameRaw
See Also