Overload List

  NameDescription
Write(Stream)
Writes the database structure to a stream.
Write(TextWriter)
Writes the database structure to the TextWriter.
Write(String)
Writes the database structure to a file.
Write(Stream, SerializationMode)
Writes database structure to a stream with the selected serialization mode.
Write(String, SerializationMode)
Writes database structure to a file with the selected serialization mode.

See Also