Click or drag to resize
GeneratorPushNewRootNamespaceToUse Method
Pushes the new root namespace to use onto the stack of rootnamespaces. Using this method the RootNamespaceToUse is set to a new value.

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 void PushNewRootNamespaceToUse(
	string newRootNamespaceToUse
)

Parameters

newRootNamespaceToUse
Type: SystemString
The new root namespace to use.

Implements

IGeneratorPushNewRootNamespaceToUse(String)
See Also