SetFieldToNull

<< Click to Display Table of Contents >>

Navigation:  Template Object >

SetFieldToNull

Previous pageReturn to chapter overviewNext page

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

 

See also:

"dycodoc Template Processing" in the Programmer's Manual