共用方式為


MigrationsScaffolder.GetNamespace(Type, String) 方法

定義

取得同層級類型的命名空間。 如果沒有,則會使用預設命名空間。

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

預設命名空間。

傳回

命名空間。

適用於