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!

INullable Interface

[To be supplied.]

INullable

[Visual Basic]
Public Interface INullable
[C#]
public interface INullable
[C++]
public __gc __interface INullable

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement INullable

Class Description
SQLBinary Represents a binary object being stored in or retrieved from the database.
SQLString Represents a string to be stored in or retrieved from the database.

Remarks

[To be supplied.]

Requirements

Namespace: System.Data.SQLTypes

Assembly: System.Data.dll

See Also

INullable Members | System.Data.SQLTypes Namespace