NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLSingle.GT

[To be supplied.]

[Visual Basic]
Public Shared Function GT( _
   ByVal x As SQLSingle, _
   ByVal y As SQLSingle _
) As SQLBoolean
[C#]
public static SQLBoolean GT(
   SQLSingle x,
   SQLSingle y
);
[C++]
public: static SQLBoolean GT(
   SQLSingle x,
   SQLSingle y
);
[JScript]
public static function GT(
   x : SQLSingle,
   y : SQLSingle
) : SQLBoolean;

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

SQLSingle Structure | SQLSingle Members | System.Data.SQLTypes Namespace