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

WhereItem..::..CaseSensitive Property

Gets a value indicating whether the search is case sensitive.

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

Syntax


public bool CaseSensitive { get; set; }
Public Property CaseSensitive As Boolean
	Get
	Set
public:
property bool^ CaseSensitive {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if case sensitive; otherwise, false.