Click or drag to resize

ObjectDbGetObjectNames 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#
public string[] GetObjectNames()

Return Value

Type: String
A string array of object names.

Implements

IObjectDbEsentGetObjectNames
See Also