Click or drag to resize

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
C#
int Import(
	Stream input
)

Parameters

input
Type: System.IOStream
The input Stream that provides the XML element to read.

Return Value

Type: Int32
The total number of rows imported.
See Also