Skip to main content
.NET 6.0+

SerializableObjectLayerClient.SchemaInit Event

Occurs when a data store’s schema is initialized or updated for the current object layer.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public 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.

Implements

See Also