| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or a byte[0] set to 0. |
| GetValueOrDefault(Byte[]) | Overloaded. Returns the Value of the object, or the passed defaultValue. |
| GetValueOrDefault(VistaDBBinary) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |