Skip to main content
.NET 6.0+

XpoTypesInfoHelper.ForceInitialize() Method

Forces the initialization of the metadata information on XPO business classes.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public static void ForceInitialize()

Remarks

Since the ForceInitialize method is static, you can call in from any appropriate context.

XpoTypesInfoHelper.ForceInitialize();

The XpoTypesInfoHelper.GetXpoTypeInfoSource calls the ForceInitialize method internally. So, there is no need to call ForceInitialize manually before using GetXpoTypeInfoSource.

Refer to the How to: Use XAF Reports in a non-XAF Application topic to see an example on how to use the ForceInitialize method.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ForceInitialize() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also