Freigeben über


IQueryDataSourceVersionProvider.TryGetVersion(String, Int64) Method

Definition

Gets the current source version number, if the versionKey exists.

public bool TryGetVersion (string versionKey, out long version);
abstract member TryGetVersion : string * int64 -> bool
Public Function TryGetVersion (versionKey As String, ByRef version As Long) As Boolean

Parameters

versionKey
String

A version key.

version
Int64

returns the current version number.

Returns

True if the version key is valid.

Applies to