Given a geodatabase and a feature dataset name, what is the proper way to get the names of all feature classes contained in the feature dataset? I can get the list of FeatureClassDefinitions of all feature classes in the geodatabase, open each feature class, call GetFeatureDataset method and see if the feature dataset name of the feature class matches the input feature dataset name. This looks like a very costly operation though. Thanks.