Loads a project from disk. If the file cannot be found in the current folder, SQL Data Compare looks in the ProjectFolder for the file.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function LoadFromDisk ( _
	fileName As String _
) As Project
C#
public static Project LoadFromDisk(
	string fileName
)
Visual C++
public:
static Project^ LoadFromDisk(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
The file name of the project.

Return Value

A Project object.

See Also