|
|
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# |
|
|---|---|
public struct DbNullable<T>
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Structure DbNullable(Of T)
|
|
Type Parameters
- T
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
|
|
HasValue |
Returns true if a value of type T or DBNull has been set.
|
|
|
IsDbNull |
Returns true if the value that has been set is DBNull.
|
|
|
Value |
Gets the value if one has been assigned.
|
See Also
Smartsite.Base Namespace