SchemaInitEventArgs.Table Property
In This Article
Gets an object metadata the schema for which has been created in storage.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPClassInfo Table { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also