Method SetFieldVarChar
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
SetFieldVarChar(string, string)
Sets the value of a variable-length character (VARCHAR) field. The value must not exceed the column's declared size.
public void SetFieldVarChar(string fieldName, string value)
Parameters
fieldNamestringThe column name.
valuestringThe string value, or
nullto set the field to SQL NULL.
Exceptions
- Exception
Thrown when the value length exceeds the column's declared size.