Skip to main content

ISolutionTypesProvider.AddReference(String) Method

Adds a new reference by an assembly name.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void AddReference(
    string assemblyName
)

Parameters

Name Type Description
assemblyName String

A String specifying the name of an assembly to reference.

See Also