Table of Contents

Method SetFieldVarChar

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

SetFieldVarChar(string, string)

Sets the value of a variable-length character (VARCHAR) field. The value must not exceed the column's declared size.

public void SetFieldVarChar(string fieldName, string value)

Parameters

fieldName string

The column name.

value string

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

Exceptions

Exception

Thrown when the value length exceeds the column's declared size.