Skip to main content
A newer version of this page is available. .

ISolutionTypesProvider.AddReferenceFromFile(String) Method

Adds a new reference by an assembly file path.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

void AddReferenceFromFile(
    string assemblyPath
)

Parameters

Name Type Description
assemblyPath String

A String specifying the path to an assembly file.

See Also