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

SchemaInitEventArgs(XPClassInfo, IDbCommand) Constructor

Initializes a new instance of the SchemaInitEventArgs class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public SchemaInitEventArgs(
    XPClassInfo table,
    IDbCommand command
)

Parameters

Name Type Description
table XPClassInfo

An XPClassInfo object which provides object metadata for the schema which has been created in storage. This value is assigned to the SchemaInitEventArgs.Table property.

command IDbCommand

An object which implements the IDbCommand interface. This value is assigned to the SchemaInitEventArgs.Command property.

See Also