Click or drag to resize

FieldKernelSupports Method

Determines if the field is capable of supporting the specified FieldCapabilities. The type of the field's underlying column in the database and the field's meta-data are used to determine if the field can provide such support.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Supports(
	FieldCapabilities capability
)

Parameters

capability
Type: NetQuarry.DataFieldCapabilities
The capability of interest.

Return Value

Type: Boolean
True if the field supports this capability, else false.

Implements

IFieldSupports(FieldCapabilities)
See Also