다음을 통해 공유


Row.Implicit(Row to DbExpression) 연산자

정의

지정된 행 instance 의 instance 변환합니다.DbExpression

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression(System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row row);
static member op_Implicit : System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Row -> System.Data.Entity.Core.Common.CommandTrees.DbExpression

매개 변수

row
Row

행 instance.

반환

행 instance 기반의 DbExpression

예외

row가 null입니다.

적용 대상

추가 정보