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

ISolutionTypesProvider.AddReference(String) Method

Adds a new reference by an assembly name.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

void AddReference(
    string assemblyName
)

Parameters

Name Type Description
assemblyName String

A String specifying the name of an assembly to reference.

See Also