SchemaInitEventArgs(XPClassInfo, IDbCommand) Constructor
Initializes a new instance of the SchemaInitEventArgs class.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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