SimpleObjectLayer.SchemaInit Event
Occurs when a data store’s schema is initialized or updated for the current object layer.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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