Compares the first SQLBinary for being less than or equal to the second SQLBinary.
[Visual Basic] Public Shared Function LE( _ ByVal x As SQLBinary, _ ByVal y As SQLBinary _ ) As SQLBoolean [C#] public static SQLBoolean LE( SQLBinary x, SQLBinary y ); [C++] public: static SQLBoolean LE( SQLBinary* x, SQLBinary* y ); [JScript] public static function LE( x : SQLBinary, y : SQLBinary ) : SQLBoolean;
A SQLBoolean that is True if the first instance is less than or equal to the second instance, otherwise False. If either instance of SQLBinary is null, the Value of the SQLBoolean will be Null.
SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace | NE | LT | EQ | GT | GE