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
fieldNamestringThe column name.
Returns
Exceptions
- Exception
Thrown when the field name is invalid or the stored string is not a valid GUID.