Partager via


IQueryExecutionContext.ReportUpdatedDataVersion(String, Int64) Method

Definition

Reports the updated data source version after it is being modified. The execution context will retain the newest version number.

public void ReportUpdatedDataVersion (string dataSourceKey, long version);
abstract member ReportUpdatedDataVersion : string * int64 -> unit
Public Sub ReportUpdatedDataVersion (dataSourceKey As String, version As Long)

Parameters

dataSourceKey
String

The data source key.

version
Int64

The new version number.

Applies to