Table of Contents

Method SetFieldString

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

SetFieldString(string, string)

Sets a field value using the generic string data type. Used internally when reading database results that return an untyped string column.

public void SetFieldString(string fieldName, string value)

Parameters

fieldName string

The name of the column to set.

value string

The string value, or null to store a SQL NULL.