XPObjectSource.Properties Property
In This Article
Specifies the list of persistent class’ properties loaded by XPObjectSource. When the list is not emply, only the listed properties are loaded. Otherwise, XPObjectSource loads all properties of the class specified by XPObjectSource.EntityType.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public XPObjectSourcePropertiesCollection Properties { get; }
#Property Value
Type | Description |
---|---|
XPObject |
An XPObject |
See Also