OLEDBConnection.BackgroundQuery Property

Definition

True if queries for the OLE DB connection are performed asynchronously (in the background). Read/write Boolean.

public:
 property bool BackgroundQuery { bool get(); void set(bool value); };
public bool BackgroundQuery { get; set; }
Public Property BackgroundQuery As Boolean

Property Value

Boolean

Remarks

For OLAP data sources, this property is read-only and always returns False.

Applies to