Share via


SchemaComparison.SaveToFile(String, Boolean) Method

Definition

Saves the SchemaComparison as an scmp file.

public void SaveToFile (string filePath, bool overwrite = true);
member this.SaveToFile : string * bool -> unit
Public Sub SaveToFile (filePath As String, Optional overwrite As Boolean = true)

Parameters

filePath
String
overwrite
Boolean

When true, any existing file at filePath will be overwritten. If false, save will throw an IOException if a file already exists at filePath.

Applies to