DbExpressionBuilder.And(DbExpression, DbExpression) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Létrehoz egy, DbAndExpression a logikai és a bal és jobb oldali argumentumokat végrehajtó függvényt.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbAndExpression ^ And(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbAndExpression And(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member And : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbAndExpression
<Extension()>
Public Function And (left As DbExpression, right As DbExpression) As DbAndExpression
Paraméterek
- left
- DbExpression
Logikai kifejezés, amely a bal oldali argumentumot adja meg.
- right
- DbExpression
Logikai kifejezés, amely a megfelelő argumentumot adja meg.
Válaszok
Új DbAndExpression a megadott argumentumokkal.
Kivételek
left vagy right null értékű.
left és right nem rendelkezik logikai eredménytípussal.