| IObjectDbEsentImport Method |
Imports all data and schema information from an XML element in a stream. It is desirable that
the
Import and
Export(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 Import(
Stream input
)
Parameters
- input
- Type: System.IOStream
The input Stream that provides the XML element to read.
Return Value
Type:
Int32The total number of rows imported.
See Also