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

ISolutionTypesProvider.IsReferenceExists(String) Method

Indicates whether the specified assembly is referenced by the project.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool IsReferenceExists(
    string assemblyName
)

Parameters

Name Type Description
assemblyName String

A String specifying the assembly name.

Returns

Type Description
Boolean

true, if an assembly is referenced by the project; otherwise, false.

See Also