다음을 통해 공유


StoreObjectIdentifier 구조체

정의

저장소 개체의 ID를 나타내는 형식입니다.

[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct StoreObjectIdentifier : IComparable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>, IEquatable<Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier>
[<System.Runtime.CompilerServices.IsReadOnly>]
type StoreObjectIdentifier = struct
Public Structure StoreObjectIdentifier
Implements IComparable(Of StoreObjectIdentifier), IEquatable(Of StoreObjectIdentifier)
상속
StoreObjectIdentifier
특성
구현

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

속성

Name

테이블과 유사한 저장소 개체 이름을 가져옵니다.

Schema

테이블과 유사한 저장소 개체 스키마를 가져옵니다.

StoreObjectType

테이블과 유사한 저장소 개체 형식을 가져옵니다.

메서드

CompareTo(StoreObjectIdentifier)

저장소 개체의 ID를 나타내는 형식입니다.

Create(IEntityType, StoreObjectType)

지정된 엔터티 형식이 />에 매핑되는 저장소 개체에 대한 ID를 만듭니다.

Create(IReadOnlyEntityType, StoreObjectType)

지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다.

Create(IReadOnlyTypeBase, StoreObjectType)

지정된 엔터티 형식이 매핑되는 저장소 개체에 대한 ID를 만듭니다.

DbFunction(String)

함수 ID를 만듭니다.

DeleteStoredProcedure(String, String)

저장 프로시저 삭제 ID를 만듭니다.

DisplayName()

저장소 개체에 대한 친숙한 표시 이름을 가져옵니다.

Equals(Object)

저장소 개체의 ID를 나타내는 형식입니다.

Equals(StoreObjectIdentifier)

저장소 개체의 ID를 나타내는 형식입니다.

GetHashCode()

저장소 개체의 ID를 나타내는 형식입니다.

InsertStoredProcedure(String, String)

삽입 저장 프로시저 ID를 만듭니다.

SqlQuery(IEntityType)

를 사용하여 매핑된 SQL 쿼리에 대한 ID를 RelationalEntityTypeBuilderExtensions.ToSqlQuery만듭니다.

SqlQuery(IReadOnlyEntityType)

를 사용하여 매핑된 SQL 쿼리에 대한 ID를 RelationalEntityTypeBuilderExtensions.ToSqlQuery만듭니다.

SqlQuery(String)

SQL 쿼리 ID를 만듭니다.

Table(String, String)

테이블 ID를 만듭니다.

ToString()

저장소 개체의 ID를 나타내는 형식입니다.

UpdateStoredProcedure(String, String)

업데이트 저장 프로시저 ID를 만듭니다.

View(String, String)

뷰 ID를 만듭니다.

연산자

Equality(StoreObjectIdentifier, StoreObjectIdentifier)

한 ID를 다른 ID와 비교하여 동일한 저장소 개체를 나타내는지 확인합니다.

Inequality(StoreObjectIdentifier, StoreObjectIdentifier)

한 ID를 다른 ID와 비교하여 동일한 저장소 개체를 나타내는지 확인합니다.

적용 대상