DatabaseField.NativeValue
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DatabaseColumn.NativeValue as a replacement. |
Read-Only Property (As String )
Used to get the values of fields in their native encoding. Useful for reading blobs from database fields. Use Value or StringValue to set Blob values in database fields.
Sample Code
Get the native value of a column in a RecordSet: