MindFusion.Mapping Programmer's Guide

Database.SaveTo Method (String)

See Also
 






Saves this database to the specified file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public void SaveTo (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveTo( _
    fileName As String _
)

 Parameters

fileName

A string value specifying the file name.

 See Also