The Geodatabase type exposes the following members.

Constructors

  NameDescription
GeodatabaseOverloaded.
Initializes a new instance of the Geodatabase class with the specified properties.

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.)

Properties

  NameDescription
ArcSDEConnectionProperties
Gets the connection information used to open the ArcSDE Geodatabase.
Name
Gets the name of the geodatabase.
Path
Gets the path to the geodatabase.
ShortName
Gets the name of the geodatabase but without the file extension for file geodatabases.
Type
Gets the type of geodatabase, which can be either a file geodatabase or an ArcSDE geodatabase.

See Also