Table of Contents

Method GetFieldValue

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

GetFieldValue(string, DataType)

Gets the value of a named field, returned as the CLR type that corresponds to dataType.

public override object GetFieldValue(string fieldName, DataType dataType)

Parameters

fieldName string

The column name.

dataType DataType

The DataType that controls which typed getter is used.

Returns

object

The field value boxed as object, or null if the field is SQL NULL.