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.12.0.0 (5.12.0)
Syntaxvoid PushNewRootNamespaceToUse(
	string newRootNamespaceToUse
)
Sub PushNewRootNamespaceToUse ( 
	newRootNamespaceToUse As String
)
Parameters
- newRootNamespaceToUse
 - Type: SystemString
The new root namespace to use. 
See Also