Click or drag to resize

IObjectDbEsentGetObjectNames Method

Gets the names of all object types stored in the database.

Namespace:  Orthogonal.ObjectDb.Esent
Assembly:  Orthogonal.ObjectDb.Esent (in Orthogonal.ObjectDb.Esent.dll) Version: 4.0.0
Syntax
C#
string[] GetObjectNames()

Return Value

Type: String
A string array of object names.
See Also