Table of Contents

Method SetFieldByte

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

SetFieldByte(string, byte?)

Sets the value of a byte field.

public void SetFieldByte(string fieldName, byte? value)

Parameters

fieldName string

The column name.

value byte?

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