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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.