Click or drag to resize

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
)

Parameters

mapper
Type: NetQuarry.DataIMapper
The mapper for which to obtain and EmailAddr field.

Return Value

Type: IField
The first EmailAddr field found, if any, else null.
See Also