ISolutionTypesProvider.IsReferenceExists(String) Method
Indicates whether the specified assembly is referenced by the project.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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