Gets the contents of a blob field in the SAP Business One database.
NOTE: If you want to save a blob field to a file, we recommend that you use the SaveBlobToFile method.
Gets the contents of a blob field in the SAP Business One database.
NOTE: If you want to save a blob field to a file, we recommend that you use the SaveBlobToFile method.
| Visual Basic |
|---|
Public Function GetBlob( _ ByVal pIBlobParams As BlobParams _ ) As Blob |
The database table and its blob field, the key of the record whose blob field is to be retrieved, and the path to the file where the blob field contents are to be saved.
| Getting contents of a blob field (C#) | Copy Code | |
|---|---|---|
| ||