[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridSearchBuilder.ExactMatch

ExactMatch Method

ExactMatch(bool)

Configurates ExactMatch. Sets whether to enable exact matching.

Declaration
public FlexGridSearchBuilder ExactMatch(bool value)
Public Function ExactMatch(value As Boolean) As FlexGridSearchBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
FlexGridSearchBuilder

Current builder.

Remarks

When this flag is turned on, an exact match is performed on each field in the row. The default value is false.