Table of Contents

Method SetFieldBlob

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

SetFieldBlob(string, byte[])

Sets the value of a binary large object (BLOB) field.

public void SetFieldBlob(string fieldName, byte[] value)

Parameters

fieldName string

The column name.

value byte[]

The byte array to store, or null to set the field to SQL NULL.