Returns the size of an attribute value in internal representation.
property DataSize: Integer;
Use the DataSize property to learn the size of an attribute value in internal representation.
For example:
| dtDate | 17 (sizeof(OCIDate) |
| dtFloat | 22 (sizeof(OCINumber)) |
| dtInteger | 22 (sizeof(OCINumber)) |