MapperKernelIsOptional Method (IField) |
Determine if this field is optionally visible (can be shown/hidden by user).
Depending on the field's FieldFilterOptions the field can be either shown or hidden by default.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool IsOptional(
IField fld
)
Public Shared Function IsOptional (
fld As IField
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
BooleanTrue if this field is optionally shown/hidden, else false.
See Also