Partager via


IQueryExecutionContext.ReportInputDataVersion(String, Int64) Method

Definition

Reports the execution of the query depending on a specific version of a data source. When it conflicts with the existing set, it will put the SourceDataVersions to a mixed version.

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

Parameters

dataSourceKey
String

The key to identify the source.

version
Int64

The version number.

Applies to