[To be supplied.]
[Visual Basic] Public Shared Function NE( _ ByVal x As SQLBit, _ ByVal y As SQLBit _ ) As SQLBoolean [C#] public static SQLBoolean NE( SQLBit x, SQLBit y ); [C++] public: static SQLBoolean NE( SQLBit x, SQLBit y ); [JScript] public static function NE( x : SQLBit, y : SQLBit ) : SQLBoolean;
SQLBit Structure | SQLBit Members | System.Data.SQLTypes Namespace