다음을 통해 공유


RelationalKeyExtensions.GetName 메서드

정의

오버로드

GetName(IKey)

이 키의 키 제약 조건 이름을 반환합니다.

GetName(IReadOnlyKey)

이 키의 키 제약 조건 이름을 반환합니다.

GetName(IKey, StoreObjectIdentifier)

특정 테이블에 대해 이 키의 키 제약 조건 이름을 반환합니다.

GetName(IReadOnlyKey, StoreObjectIdentifier)

특정 테이블에 대해 이 키의 키 제약 조건 이름을 반환합니다.

GetName(IKey)

이 키의 키 제약 조건 이름을 반환합니다.

public static string GetName (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IKey -> string
<Extension()>
Public Function GetName (key As IKey) As String

매개 변수

key
IKey

키입니다.

반환

이 키의 키 제약 조건 이름입니다.

적용 대상

GetName(IReadOnlyKey)

이 키의 키 제약 조건 이름을 반환합니다.

public static string? GetName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key);
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey -> string
<Extension()>
Public Function GetName (key As IReadOnlyKey) As String

매개 변수

key
IReadOnlyKey

키입니다.

반환

이 키의 키 제약 조건 이름입니다.

적용 대상

GetName(IKey, StoreObjectIdentifier)

특정 테이블에 대해 이 키의 키 제약 조건 이름을 반환합니다.

public static string GetName (this Microsoft.EntityFrameworkCore.Metadata.IKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IKey * StoreObjectIdentifier -> string
<Extension()>
Public Function GetName (key As IKey, ByRef storeObject As StoreObjectIdentifier) As String

매개 변수

key
IKey

키입니다.

storeObject
StoreObjectIdentifier

포함하는 저장소 개체의 식별자입니다.

반환

이 키의 키 제약 조건 이름입니다.

적용 대상

GetName(IReadOnlyKey, StoreObjectIdentifier)

특정 테이블에 대해 이 키의 키 제약 조건 이름을 반환합니다.

public static string? GetName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * StoreObjectIdentifier -> string
<Extension()>
Public Function GetName (key As IReadOnlyKey, ByRef storeObject As StoreObjectIdentifier) As String

매개 변수

key
IReadOnlyKey

키입니다.

storeObject
StoreObjectIdentifier

포함하는 저장소 개체의 식별자입니다.

반환

이 키의 키 제약 조건 이름입니다.

적용 대상