Method GetFieldBlob
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldBlob(string)
Gets the value of a BLOB field as a byte array.
public byte[] GetFieldBlob(string fieldName)
Parameters
fieldNamestringThe column name.
Returns
- byte[]
The byte array, or
nullif the field is SQL NULL.
Exceptions
- Exception
Thrown when the field name is invalid or no blob value can be found.