Share via


MigrationsScaffolder.GetSubNamespace(String, String) Method

Definition

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