VistaDBBinary Class Members
In This Topic
The following tables list the members exposed by VistaDBBinary.
Public Constructors
Public Properties
| Name | Description |
| HasValue | Gets a value indicating whether the current Value object has a value or is null. (Inherited from VistaDB.VistaDBTypes.VistaDBValue) |
| IsNull | Helper property to check if value is null reference (Inherited from VistaDB.VistaDBTypes.VistaDBValue) |
| SystemType | Overridden. System type for the Value System type for the Value |
| Type | Overridden. VistaDBType for the Value VistaDBType for the Value |
| Value | Overridden. The internal object that represents the system object type The VistaDBBinary type converted to object |
Top
Public Methods
| Name | Description |
| GetValueOrDefault | Overloaded. Overloaded. Returns the Value of the object, or a byte[0] set to 0. |
Top
See Also