Click or drag to resize

IObjectDbEsentGetSchema Method

Gets the internal structure of the object database as a shaped XML element. This method is only intended to be used for debugging purposes and may only be meaningful for implementations that use a backing storage which supports the concept of a schema.

Namespace:  Orthogonal.ObjectDb.Esent
Assembly:  Orthogonal.ObjectDb.Esent (in Orthogonal.ObjectDb.Esent.dll) Version: 4.0.0
Syntax
C#
XElement GetSchema()

Return Value

Type: XElement
An XML Element.
Exceptions
ExceptionCondition
NotSupportedException Implementations must throw this Exception type if they do not support a schema.
See Also