Sets a blob field in the SAP Business One database.
NOTE: If you want to load a blob field to a file, we recommend that you use the LoadBlobFromFile method.
Sets a blob field in the SAP Business One database.
NOTE: If you want to load a blob field to a file, we recommend that you use the LoadBlobFromFile method.
| Visual Basic |
|---|
Public Sub SetBlob( _ ByVal pIBlobParams As BlobParams, _ ByVal pIBlob As Blob _ ) |
| Setting a blob field (C#) | Copy Code | |
|---|---|---|
| ||