Click or drag to resize

MapperKernelGetMissingRequiredFields Method

Get a list of the required fields whose values are null or blank.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetMissingRequiredFields(
	bool dirtyOnly
)

Parameters

dirtyOnly
Type: SystemBoolean
Ignore missing required fields that were already missing (and therefore not dirty).

Return Value

Type: String
The list of field captions suitable for display to a user.
See Also