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

기본 네임스페이스입니다.

반환

네임스페이스입니다.

적용 대상