| IObjectDbEsentExport Method |
Exports all data and schema information as an XML element to a stream. The shape and contents
of the XML is specific to each
Object Database implementation. It is desirable that
the
Export and
Import(Stream) methods can exchange the XML.
Namespace:
Orthogonal.ObjectDb.Esent
Assembly:
Orthogonal.ObjectDb.Esent (in Orthogonal.ObjectDb.Esent.dll) Version: 4.0.0
Syntax int Export(
Stream output
)
Parameters
- output
- Type: System.IOStream
The Stream to receive the exported XML.
Return Value
Type:
Int32The total number of rows exported.
See Also