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
)
Public Shared Function SupportsMapping (
fld As IField
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
BooleanTrue if mapping is supported, else False.
See Also