다음을 통해 공유


DbExpressionBuilder.GetRefKey(DbExpression) 메서드

정의

구조적 형식의 지정된 참조에 대한 키 값을 검색하는 새 DbRefKeyExpression을 만듭니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbRefKeyExpression ^ GetRefKey(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbRefKeyExpression GetRefKey (this System.Data.Common.CommandTrees.DbExpression argument);
static member GetRefKey : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbRefKeyExpression
<Extension()>
Public Function GetRefKey (argument As DbExpression) As DbRefKeyExpression

매개 변수

argument
DbExpression

참조를 제공하는 식입니다. 이 식에는 엔터티 요소 형식이 포함된 참조 형식이 있어야 합니다.

반환

지정된 참조의 키 값을 검색하는 새 DbRefKeyExpression입니다.

예외

argument가 null입니다.

argument에 참조 결과 형식이 없습니다.

적용 대상