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
SetFieldGuid(string)
Sets the value of a GUID field to a newly generated Guid.
public void SetFieldGuid(string fieldName)
Parameters
fieldNamestringThe column name.