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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework