Compartir a través de


MigrationsScaffolder.GetSubNamespace(String, String) Método

Definición

Obtiene un subespacio de nombres.

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

Parámetros

rootNamespace
String

Espacio de nombres raíz.

namespace
String

Espacio de nombres completo.

Devoluciones

Subespacio de nombres.

Se aplica a