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 값은 속성 식 자체입니다.

적용 대상