Click or drag to resize

ImportUtilsSupportsMapping Method

Determines whether the specified field can be mapped for import.

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

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

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