MigrationsScaffolder.GetNamespace(Type, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取同级类型的命名空间。 如果没有,则使用默认命名空间。
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
默认命名空间。
返回
命名空间。