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
Syntaxbool Supports(
	FieldCapabilities capability
)
Function Supports ( 
	capability As FieldCapabilities
) As Boolean
Parameters
- capability
- Type: NetQuarry.DataFieldCapabilities
 The capability of interest.
Return Value
Type: 
BooleanTrue if the field supports this capability, else false.
 See Also
See Also