Class DbGlobalSettings
Db global settings
public class DbGlobalSettings : SettingsBase, INotifyPropertyChanged
- Inheritance
-
DbGlobalSettings
- Implements
- Inherited Members
- Extension Methods
Properties
DefaultCommandTimeoutSeconds
Default command time in seconds
public int DefaultCommandTimeoutSeconds { get; set; }
Property Value
DefaultRowLimit
The default RowLimit for browser SELECTs.
public int DefaultRowLimit { get; set; }
Property Value
IdFieldsVisible
When true then FieldDef fields with a name ending in "Id" are visible, else are hidden.
public bool IdFieldsVisible { get; set; }
Property Value
LocatorMaximumDropDownRows
How many rows to accept as valid maximum limit in locator searches. Exceeding this limit results in an empty result and warning.
public int LocatorMaximumDropDownRows { get; set; }
Property Value
LocatorMinimumSearchTextLength
How many characters to accept as minimum in locator search terms.
public int LocatorMinimumSearchTextLength { get; set; }
Property Value
LogSqlStatements
When true then all executed SQL statements are logged.
public bool LogSqlStatements { get; set; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged