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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.