Click or drag to resize

IFieldSupports 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
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.
See Also