OLEDBConnection.RefreshDate Property

Definition

Returns the date on which the OLE DB connection was last refreshed. Read-only DateTime.

public:
 property DateTime RefreshDate { DateTime get(); };
public DateTime RefreshDate { get; }
Public ReadOnly Property RefreshDate As DateTime

Property Value

DateTime

Remarks

For OLAP data sources, this property is updated after each query.

Applies to