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 methods.
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.) |
See Also
Smartsite.Base Namespace