Click or drag to resize

DataSourceProperties Interface

Properties specific to DataSource objects.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface DataSourceProperties

The DataSourceProperties type exposes the following members.

Properties
  NameDescription
Public propertyCommandTimeout
The time (in seconds) to wait for the command to execute. The default value is 30 seconds.
Public propertyDeadlockVictimRetrySeconds
The delay, in seconds, before trying deadlock victim SQL. Ignored if not a positive value and capped at 10 seconds.
Public propertyPerformanceMonitoring
Public propertySavedFilterVersion
The version of the xot_saved_filter_keys table in the database. If this table does not exist, static buckets will attempt to us a SQL IN clause to produce the filter.
Public propertyStandardPicklistVersion
The version of standard picklists supported in this DataSource. This requires the xmv_std_picklist and xmv_std_picklist_items views linked to the repository or to meta-data copies in this DataSourcde.
Public propertyTransactionLogDatasource
Choose a datasource where transaction logging will occur for this datasource. Only datasources that have the NetQuarry platform schema are supported as a transaction log datasource. If no datasource is provided, then transaction logging will take place in this datasource, providing the datasource has NetQuarry platform schema supported
Top
Remarks
Note Note
This interface is declared for documentation purposes only and is not intended to be used from code.
See Also