QueryPicker UseEnteredCase Property CleanCode C# Libraries v1.2.03 API
Gets or sets whether to use the case entered in QueryPicker input fields.

Namespace: CleanCode.DatabaseControls
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool UseEnteredCase { get; set; }

Field Value

The use entered case.
Remarks

This is an override for the hard-coded setting indicating whether a particular database type requires uppercase for meta-entities like table names and column names. (Examples: Oracle does; SQL Server does not.) For meta-queries that library setting is useful; if you use QueryPicker to look at data rather than meta-data then you want to set this property to true.
See Also