Table of Contents

Method GetFieldGuid

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

GetFieldGuid(string)

Gets the value of a GUID field. The GUID is stored as a varchar string and parsed on retrieval.

public Guid GetFieldGuid(string fieldName)

Parameters

fieldName string

The column name.

Returns

Guid

The Guid value.

Exceptions

Exception

Thrown when the field name is invalid or the stored string is not a valid GUID.