Table of Contents

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

fieldName string

The column name.

Returns

byte[]

The byte array, or null if the field is SQL NULL.

Exceptions

Exception

Thrown when the field name is invalid or no blob value can be found.