SqlInt32::BitwiseAnd Operator (SqlInt32, SqlInt32)
.NET Framework (current version)
Computes the bitwise AND of its SqlInt32 operands.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt32
A SqlInt32 structure.
- y
-
Type:
System.Data.SqlTypes::SqlInt32
A SqlInt32 structure.
Return Value
Type: System.Data.SqlTypes::SqlInt32A SqlInt32 structure that contains the results of the bitwise AND operation.
.NET Framework
Available since 1.1
Available since 1.1
Show: