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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.