This documentation is archived and is not being maintained.
INullable Interface
.NET Framework 1.1
All of the System.Data.SqlTypes objects and structures implement the INullable interface, reflecting the fact that, unlike the corresponding system types, SqlTypes can legally contain the value null.
For a list of all members of this type, see INullable Members.
[Visual Basic] Public Interface INullable [C#] public interface INullable [C++] public __gc __interface INullable [JScript] public interface INullable
Classes that Implement INullable
| Class | Description |
|---|---|
| OracleBFile | Represents a managed OracleBFile object designed to work with the Oracle BFILE data type. This class cannot be inherited. |
| OracleLob | Represents a Large Object Binary (LOB) data type stored on an Oracle server. This class cannot be inherited. |
Requirements
Namespace: System.Data.SqlTypes
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Data (in System.Data.dll)
See Also
Show: