Skip to main content
A newer version of this page is available. .

Session.SchemaInit Event

OBSOLETE

Please use DataLayer.SchemaInit event handler

Occurs after the data schema is initialized or updated.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[Obsolete("Please use DataLayer.SchemaInit event handler")]
[Browsable(false)]
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.

Remarks

The SchemaInit event is raised each time XPO renders data schema to store persistent objects.

See Also