| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or a newly created Int64. |
| GetValueOrDefault(Int64) | Overloaded. Returns the Value of the object, or the passed defaultValue. |
| GetValueOrDefault(VistaDBInt64) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |