Gets or sets whether to use the case entered in QueryPicker input fields.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
public bool UseEnteredCase { get; set; }
public bool UseEnteredCase { get; set; }
Public Property UseEnteredCase As Boolean
Get
Set
Public Property UseEnteredCase As Boolean
Get
Set
public:
property bool UseEnteredCase {
bool get ();
void set (bool value);
}
public:
property bool UseEnteredCase {
bool get ();
void set (bool value);
}
Field Value
The use entered case.
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.