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

默认命名空间。

返回

命名空间。

适用于