다음을 통해 공유


RelationalIndexExtensions.GetDatabaseName 메서드

정의

오버로드

GetDatabaseName(IIndex)

데이터베이스의 인덱스 이름을 반환합니다.

GetDatabaseName(IReadOnlyIndex)

데이터베이스의 인덱스 이름을 반환합니다.

GetDatabaseName(IIndex, StoreObjectIdentifier)

데이터베이스의 인덱스 이름을 반환합니다.

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

데이터베이스의 인덱스 이름을 반환합니다.

GetDatabaseName(IIndex)

데이터베이스의 인덱스 이름을 반환합니다.

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IIndex -> string
<Extension()>
Public Function GetDatabaseName (index As IIndex) As String

매개 변수

index
IIndex

인덱스입니다.

반환

데이터베이스의 인덱스 이름입니다.

적용 대상

GetDatabaseName(IReadOnlyIndex)

데이터베이스의 인덱스 이름을 반환합니다.

public static string GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
public static string? GetDatabaseName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetDatabaseName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> string
<Extension()>
Public Function GetDatabaseName (index As IReadOnlyIndex) As String

매개 변수

index
IReadOnlyIndex

인덱스입니다.

반환

데이터베이스의 인덱스 이름입니다.

적용 대상

GetDatabaseName(IIndex, StoreObjectIdentifier)

데이터베이스의 인덱스 이름을 반환합니다.

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

매개 변수

index
IIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

데이터베이스의 인덱스 이름입니다.

적용 대상

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

데이터베이스의 인덱스 이름을 반환합니다.

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

매개 변수

index
IReadOnlyIndex

인덱스입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

데이터베이스의 인덱스 이름입니다.

적용 대상