| ObjectDbGetSchema 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 Exceptions Exception | Condition |
---|
NotSupportedException |
Implementations must throw this Exception type if
they do not support a schema.
|
See Also