[]
Defines how the data template engine handles data fields that could not be found in the data source.
public enum DataTemplateMissingFieldsHandling
Public Enum DataTemplateMissingFieldsHandling
Name | Description |
---|---|
Relaxed | When a field is missing in the data source, its value defaults to null. |
Strict | When a field is missing in the data source, an exception is thrown. |