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.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax void PushNewRootNamespaceToUse(
string newRootNamespaceToUse
)
Sub PushNewRootNamespaceToUse (
newRootNamespaceToUse As String
)
Parameters
- newRootNamespaceToUse
- Type: SystemString
The new root namespace to use.
See Also