IQueryDataSourceVersionProvider.TryGetVersion(String, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.