Table of Contents

Class DbGlobalSettings

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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

int

DefaultRowLimit

The default RowLimit for browser SELECTs.

public int DefaultRowLimit { get; set; }

Property Value

int

IdFieldsVisible

When true then FieldDef fields with a name ending in "Id" are visible, else are hidden.

public bool IdFieldsVisible { get; set; }

Property Value

bool

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

int

LocatorMinimumSearchTextLength

How many characters to accept as minimum in locator search terms.

public int LocatorMinimumSearchTextLength { get; set; }

Property Value

int

LogSqlStatements

When true then all executed SQL statements are logged.

public bool LogSqlStatements { get; set; }

Property Value

bool

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler