Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SchemaInitEventArgs Class

Provides data for the IDataLayer.SchemaInit event.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public class SchemaInitEventArgs :
    EventArgs

Remarks

The IDataLayer.SchemaInit event is raised when the data schema is initialized or updated. This event handler receives an argument of type SchemaInitEventArgs that contains data related to this event.

The SchemaInitEventArgs.Table property allows the object metadata for which a schema has been created in a data store to be obtained. The SchemaInitEventArgs.Command property represents an SQL statement that can be executed while connected to a data source.

Inheritance

Object
EventArgs
SchemaInitEventArgs
See Also