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