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

SchemaInitEventArgs.Table Property

Gets an object metadata the schema for which has been created in storage.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public XPClassInfo Table { get; }

Property Value

Type Description
XPClassInfo

An XPClassInfo object which specifies object metadata the schema for which has been created in storage.

See Also