SessionObjectLayer.SchemaInit Event
In This Article
Occurs when a data store’s schema is initialized or updated for the current object layer.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.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