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!

SQLInt32.NE

[To be supplied.]

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

Parameters

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

See Also

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