Aracılığıyla paylaş


Row.Implicit(Row to DbExpression) Operatör

Tanım

Belirtilen satırı değerine DbExpressiondönüştürür.

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

Parametreler

row
Row

Dönüştürülecek satır.

Döndürülenler

DbExpression Dönüştürülen satırı temsil eden bir.

Şunlara uygulanır