<< Click to Display Table of Contents >> SetFieldToNull |
Assigns a null-value to a field. A field has a null-value after calling ClearFields or after explicitly assigning a null-value to a Field by either calling TVPEField.SetNull or by calling this method.
method void TVPETemplate.SetFieldToNull(
string DataSourcePrefix,
string FieldName
)
string DataSourcePrefix
prefix of the Data Source, this is the unique name of a Data Source as defined in dycodoc
string FieldName
name of the Data Source Field
"dycodoc Template Processing" in the Programmer's Manual