dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlByte Structure / BitwiseAnd Method

In This Topic
    BitwiseAnd Method (SqlByte)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function BitwiseAnd( _
       ByVal x As SqlByte, _
       ByVal y As SqlByte _
    ) As SqlByte
    public static SqlByte BitwiseAnd( 
       SqlByte x,
       SqlByte y
    )

    Parameters

    x
    y
    See Also