ArcGIS API for Silverlight - Library Reference
GdbVersion Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Query Class : GdbVersion Property

Gets or sets the geodatabase version on which the query will be performed. This property is applicable to feature services only.

Syntax

Visual Basic (Declaration) 
Public Property GdbVersion As String
C# 
public string GdbVersion {get; set;}

Remarks

Setting the GdbVersion Property is useful if you have versioned geodatabase and you want to perform your QueryTask on a specific version of the geodatabase. It is not possible to programmatically determine what the string is for the .GdbVersion is unless you programmatically set it first. This information must be shared directly between the ArcGIS geodatabase administrator and the client application developer.

Property Value

The geodatabase version.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.