Select to view content in your preferred language

Querying a Layer within a feature Data set

1672
1
10-31-2011 04:46 AM
PrateekBansal
Emerging Contributor
I want to query a layer residing inside the feature dataset . I am using the .net wrapper can somebody  provide me with a sample code to do so ?
0 Kudos
1 Reply
LanceShipman
Esri Regular Contributor
Table table = geodatabase.OpenTable("\\USA\\Cities");

Where "USA" is the feature dataset and "Cities" is the feature class within the feature dataset.
0 Kudos