Click or drag to resize
IGeneratorPushNewRootNamespaceToUse 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.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void PushNewRootNamespaceToUse(
	string newRootNamespaceToUse
)

Parameters

newRootNamespaceToUse
Type: SystemString
The new root namespace to use.
See Also