Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IObjectLayerEx.SchemaInit Event

When implemented by a class, this event will occur when a data store’s schema is initialized or updated.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

event SchemaInitEventHandler SchemaInit

Event Data

The SchemaInit event's data class is SchemaInitEventArgs. The following properties provide information specific to this event:

Property Description
Command Gets an SQL statement which can be executed while connected to an SQL data source.
Table Gets an object metadata the schema for which has been created in storage.
See Also