MapperUtilsGetEmailFieldFromMapper Method |
Find any EmailAddr field in the specified mapper. If multiple EmailAddr fields are found, return
the first one and DevLog a warning that there are multiple addresses.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static IField GetEmailFieldFromMapper(
IMapper mapper
)
Public Shared Function GetEmailFieldFromMapper (
mapper As IMapper
) As IField
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The mapper for which to obtain and EmailAddr field.
Return Value
Type:
IFieldThe first EmailAddr field found, if any, else null.
See Also