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
)
Protected Function GetMissingRequiredFields (
dirtyOnly As Boolean
) As String
Parameters
- dirtyOnly
- Type: SystemBoolean
Ignore missing required fields that were already missing (and therefore not dirty).
Return Value
Type:
StringThe list of field captions suitable for display to a user.
See Also