Click or drag to resize

MapperKernelIsConfiguredFor Method

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

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual 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.

Implements

IMapperIsConfiguredFor(MapperCapabilities)
See Also