This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
DbNullable class can be used to represent values that are either null, DBNull or of type T.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

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

Type Parameters

T

See Also

Advanced