XPCollection Constructors
The collection of persistent objects that implements delayed loading and can serve as a data source for a data-aware control.Name | Parameters | Description |
---|---|---|
XPCollection() | none | Initializes a new instance of the XPCollection class with the default Session. |
XPCollection |
criteria |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
criteria |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
criteria |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class with a specified Session and criteria-specific options. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
session, original |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
session, original |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
session, original |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
session, the |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class with a specified Session and criteria-specific options. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
session, obj |
Initializes a new instance of the XPCollection class with specified settings. |
XPCollection |
original |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
original |
Initializes a new instance of the XPCollection class by copying objects from a specific collection using specified settings. |
XPCollection |
original |
Initializes a new instance of the XPCollection class by copying objects from a specified collection. |
XPCollection |
container | Initializes a new instance of the XPCollection class and adds it to a form’s container. |
XPCollection |
obj |
Initializes a new instance of the XPCollection class with default Session and criteria-specific options. |
XPCollection |
obj |
Initializes a new instance of the XPCollection class with the default Session and object type. |
See Also