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)
Syntaxpublic static bool IsMappingRequired(
IField fld,
bool updateOnly
)
Public Shared Function IsMappingRequired (
fld As IField,
updateOnly As Boolean
) As Boolean
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:
BooleanTrue if mapping is required, else False.
See Also