XPCollection(Session, Type, Boolean) Constructor
Initializes a new instance of the XPCollection class with specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
session | Session | The Session that will be used to load and save persistent objects. |
obj |
Type | The type of persistent objects to include into the collection. |
loading |
Boolean | A Boolean value that specifies whether the collection is automatically populated with objects from the data store when the collection is accessed for the first time (for instance, when the XPBase |
#Remarks
The newly created collection will use the specified session to load and save persistent objects.