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