Name | Description | |
---|---|---|
NNullable<T> Constructor | Creates a row value that aggregates the specified value. |
The following tables list the members exposed by NNullable<T>.
Name | Description | |
---|---|---|
NNullable<T> Constructor | Creates a row value that aggregates the specified value. |
Name | Description | |
---|---|---|
IsNull | Indicates whehther the value should be considered as null. | |
Null | The Null row value. Use it when you want to return a null for the row value. | |
Value | Row value. Valid if IsNull is false. |
Name | Description | |
---|---|---|
Equals | ||
GetHashCode |
Equality | Overloaded. |
Explicit Type Conversion | Explicit operator for casting a NNullableValue to value. |
Implicit Type Conversion | Implicit operator that creates a NNullableValue from a value. |
Inequality | Overloaded. Logical Not Equal To operator |