Method GetFieldConfig
GetFieldConfig(String)
Returns an implementation of
FieldConfig for a specific field name. If the implemented
QueryConfigHandler does not know a specific field name, it may
return null
, indicating there is no configuration for that
field.
Declaration
public virtual FieldConfig GetFieldConfig(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | the field name |
Returns
Type | Description |
---|---|
FieldConfig | A FieldConfigobject containing the field name
configuration or |