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!

SQLString.GT

[To be supplied.]

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

Parameters

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

See Also

SQLString Class | SQLString Members | System.Data.SQLTypes Namespace