다음을 통해 공유


DbPropertyExpression.ToKeyValuePair 메서드

정의

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

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

반환

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

적용 대상