GetBitwiseAndStatement Method (OleDbDataProviderBase)
Syntax
'Declaration
Public Overrides Function GetBitwiseAndStatement( _
ByVal _operand1_ As Object, _
ByVal _operand2_ As Object _
) As String
public override string GetBitwiseAndStatement(
object _operand1_,
object _operand2_
)
Parameters
operand1
operand2
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
OleDbDataProviderBase Class
OleDbDataProviderBase Members
Base Implementation in GetBitwiseAndStatement