MigrationsScaffolder.GetSubNamespace(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a sub-namespace.
protected virtual string GetSubNamespace (string rootNamespace, string namespace);
protected virtual string GetSubNamespace (string? rootNamespace, string namespace);
abstract member GetSubNamespace : string * string -> string
override this.GetSubNamespace : string * string -> string
Protected Overridable Function GetSubNamespace (rootNamespace As String, namespace As String) As String
Parameters
- rootNamespace
- String
The root namespace.
- namespace
- String
The full namespace.
Returns
The sub-namespace.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework