TechTalk Genome v4.2

INullable Interface

All of the NullableTypes objects and structures implement the INullable interface, reflecting the fact that, unlike the corresponding system types, NullableTypes can legally contain the value Null.

For a list of all members of this type, see INullable Members.

public interface INullable : INullable

Remarks

A Null is the absence of a value because of a missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Orcale 9i Release 2, Oracle 10g Release 2

See Also

INullable Members | TechTalk.Genome.NullableTypes Namespace