nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

INullable Interface

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 - Windows CE .NET

Assembly: System.Data (in System.Data.dll)

See Also

INullable Members | System.Data.SqlTypes Namespace