次の方法で共有


MigrationsScaffolder.GetNamespace(Type, String) メソッド

定義

兄弟型の名前空間を取得します。 none の場合は、既定の名前空間が使用されます。

protected virtual string GetNamespace (Type siblingType, string defaultNamespace);
protected virtual string GetNamespace (Type? siblingType, string defaultNamespace);
abstract member GetNamespace : Type * string -> string
override this.GetNamespace : Type * string -> string
Protected Overridable Function GetNamespace (siblingType As Type, defaultNamespace As String) As String

パラメーター

siblingType
Type

兄弟型。

defaultNamespace
String

既定の名前空間。

戻り値

名前空間。

適用対象