Breaking Change T902153
Visible to All Users

The IObjectLayerAsync, IDataLayerAsync, IDataStoreAsync interfaces have been changed

What Changed

We added the UpdateSchemaAsync and CreateObjectTypeAsync methods to the IObjectLayerAsync, IDataLayerAsync and IDataStoreAsync interfaces.

Reasons for Change

New members help us add the Task-based version of the IDataLayer.UpdateSchema method. It is useful in scenarios where you want to asynchronously update the database schema. This is required for Blazor WebAssembly support.

Impact on Existing Apps

This change will not affect the majority of XPO users.

Advanced XPO developers who created a custom Object Access Layer and implemented the IObjectLayerAsync, IDataLayerAsync and IDataStoreAsync interfaces, can extend their implementation.

See also: How should I implement UpdateSchemaAsync and CreateObjectTypeAsync for the interface IDataStoreAsync (t902153)

Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.