다음을 통해 공유


IReadOnlyCheckConstraint.GetName(StoreObjectIdentifier) 메서드

정의

검사 제약 조건의 데이터베이스 이름을 가져옵니다.

public string? GetName (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier? storeObject);
abstract member GetName : StoreObjectIdentifier -> string
Public Function GetName (storeObject As StoreObjectIdentifier) As String

매개 변수

storeObject
StoreObjectIdentifier

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

반환

지정된 저장소 개체에 대한 검사 제약 조건의 데이터베이스 이름입니다.

적용 대상