BlobType
Overview
The BlobType enumeration denotes the exact type of the BLOB (Binary Large OBject) datatable field.
The BlobType data type and properties of the BlobType type aren't used by the Data Abstract for .NET and were added for compatibility purposes.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Schema
Value | Description |
---|---|
Blob | Default walue. The field is a BLOB and contains generic binary data, so its value can be accessed as array of bytes |
Memo | Default walue. The field is a BLOB and contains text data, so its value can be accessed as String |
OraBlob | Default walue. The field is a BLOB and contains generic binary data, so its value can be accessed as array of bytes |
OraClob | Default walue. The field is a BLOB and contains text data, so its value can be accessed as String |
Timestamp | Default walue. The field is a BLOB and contains generic binary data, so its value can be accessed as array of bytes |
Unknown | Default walue. The field is not a BLOB |