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 Code |
---|---|
public struct DbNullable<T> |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Structure DbNullable(Of T) |
Type Parameters
- T
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
DbNullable<(Of <(<'T>)>)> |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Explicit Narrowing Explicit Explicit Explicit |
Explicit conversion from DbNullable<T> to T.
|
|
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
Implicit Widening Implicit Implicit Implicit |
Implicit conversion from T to DbNullable<T>
|
|
ToString | (Inherited from ValueType.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
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