RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

FieldFilterDefinition..::..IsCaseSensitive Method

Sets if the search is case sensitive.

Namespace:  RingSoft.DbLookup.TableProcessing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public FieldFilterDefinition IsCaseSensitive(
	bool value
)
Public Function IsCaseSensitive ( _
	value As Boolean _
) As FieldFilterDefinition
public:
FieldFilterDefinition^ IsCaseSensitive(
	bool^ value
)

Parameters

value
Type: Boolean
if set to True then the search is case sensitive.

Return Value

This object.