| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or false if the Value is null. |
| GetValueOrDefault(Boolean) | Overloaded. Returns the Value of the object, or the passed in defaultValue. |
| GetValueOrDefault(VistaDBBoolean) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |