SqlBoolean::And Method (SqlBoolean, SqlBoolean)

 

Computes the bitwise AND operation of two specified SqlBoolean structures.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlBoolean And(
	SqlBoolean x,
	SqlBoolean y
)

Return Value

Type: System.Data.SqlTypes::SqlBoolean

The result of the logical AND operation.

.NET Framework
Available since 1.1
Return to top
Show: