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

WhereItem..::..IsCaseSensitive Method

Sets if the search is case sensitive.

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

Syntax


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

Parameters

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

Return Value

This object.