Click or drag to resize

ImportUtilsIsMappingRequired Method

Determine if the specified field requires a mapping to a field in the import file.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsMappingRequired(
	IField fld,
	bool updateOnly
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.
updateOnly
Type: SystemBoolean
This is for an update-only import vs. update and/or insert.

Return Value

Type: Boolean
True if mapping is required, else False.
See Also