Row.Implicit(Row to DbExpression) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- row
- Row
The row to be converted.
Returns
A DbExpression that represents the converted row.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.