Sdílet prostřednictvím


EdmFunctions.BitwiseAnd(DbExpression, DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'BitwiseAnd' funkce se zadanými argumenty, které musí mít stejný celočíselný číselný typ výsledku. Typ výsledku výrazu je stejný jako typ argumentů.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression BitwiseAnd (this System.Data.Entity.Core.Common.CommandTrees.DbExpression value1, System.Data.Entity.Core.Common.CommandTrees.DbExpression value2);
static member BitwiseAnd : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function BitwiseAnd (value1 As DbExpression, value2 As DbExpression) As DbFunctionExpression

Parametry

value1
DbExpression

Výraz, který určuje první operand.

value2
DbExpression

Výraz, který určuje druhý operand.

Návraty

Nový DbFunctionExpression, který vrací hodnotu vytvořenou provedením bitové and value1 a value2.

Platí pro