The Geodatabase type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDomains
Returns a collection of Domain objects which represents all the domains defined in a geodatabase.
GetGeodatabaseFolders
Returns a collection of GeodatabaseFolder objects which represents all the feature datasets in a geodatabase.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRasters
Returns a collection of Raster objects which represents all the rasters in a geodatabase.
GetTableRelationshipsOverloaded.
GetTablesOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenGeodatabaseFolder
Returns a GeodatabaseFolder which represents a feature dataset stored in a geodatabase.
OpenRaster
Returns a Raster object which represents a raster stored in a geodatabase.
OpenTable
Returns a Table object which represents a table or feature class stored in a geodatabase.
OpenTableRelationship
Returns a TableRelationship object which represents either a geodatabase relationship class or an in-memory table relationship.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also