Table of Contents

Method SetFieldClob

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

SetFieldClob(string, string)

Sets the value of a character large object (CLOB) field.

public void SetFieldClob(string fieldName, string value)

Parameters

fieldName string

The column name.

value string

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