Table of Contents

Method SetFieldGuid

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

SetFieldGuid(string, Guid?)

Sets the value of a GUID field by storing the provided GUID as a varchar string.

public void SetFieldGuid(string fieldName, Guid? guid)

Parameters

fieldName string

The column name.

guid Guid?

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

SetFieldGuid(string)

Sets the value of a GUID field to a newly generated Guid.

public void SetFieldGuid(string fieldName)

Parameters

fieldName string

The column name.