This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public struct DbNullable<T>
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Structure DbNullable(Of T)

Type Parameters

T

The type exposes the following properties.

Public Properties

  Name Description
Public property HasValue
Returns true if a value of type T or DBNull has been set.
Public property IsDbNull
Returns true if the value that has been set is DBNull.
Public property Value
Gets the value if one has been assigned.

See Also

Advanced