Click or drag to resize

IMapperIsConfiguredFor Method

Determines if the mapper is currently configured for the specified MapperCapabilities.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool IsConfiguredFor(
	MapperCapabilities capability
)

Parameters

capability
Type: NetQuarry.DataMapperCapabilities
The capability of interest.

Return Value

Type: Boolean
True if the mapper is configured for this capability, else false.
See Also