다음을 통해 공유


DbPropertyExpression.ToKeyValuePair 메서드

정의

이 속성 식을 기반으로 새 키/값 쌍을 만듭니다.

public:
 System::Collections::Generic::KeyValuePair<System::String ^, System::Data::Common::CommandTrees::DbExpression ^> ToKeyValuePair();
public System.Collections.Generic.KeyValuePair<string,System.Data.Common.CommandTrees.DbExpression> ToKeyValuePair ();
member this.ToKeyValuePair : unit -> System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>
Public Function ToKeyValuePair () As KeyValuePair(Of String, DbExpression)

반환

DbPropertyExpression에서 파생된 키와 값이 포함된 새 키/값 쌍입니다.

설명

반환된 키/값 쌍에서 키는 참조된 속성의 이름인 문자열 값이고 DbExpression 값은 속성 식 자체입니다.

적용 대상