Back to Devexpress

IObjectLayerEx.SchemaInit Event

xpo-devexpress-dot-xpo-dot-iobjectlayerex.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
event SchemaInitEventHandler SchemaInit
vb
Event SchemaInit As SchemaInitEventHandler

Event Data

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

PropertyDescription
CommandGets an SQL statement which can be executed while connected to an SQL data source.
TableGets an object metadata the schema for which has been created in storage.

See Also

IObjectLayerEx Interface

IObjectLayerEx Members

DevExpress.Xpo Namespace