Row.Implicit(Row to DbExpression) 运算符
定义
将指定行转换为 DbExpression。Converts the specified row to a DbExpression.
public:
static operator System::Data::Common::CommandTrees::DbExpression ^(System::Data::Common::CommandTrees::ExpressionBuilder::Row ^ row);
public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Common.CommandTrees.ExpressionBuilder.Row row);
static member op_Implicit : System.Data.Common.CommandTrees.ExpressionBuilder.Row -> System.Data.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (row As Row) As DbExpression
参数
- row
- Row
要转换的行。The row to be converted.
返回
一个 DbExpression,它表示已转换的行。A DbExpression that represents the converted row.