Session.GetObjectsInTransaction(XPClassInfo, CriteriaOperator, Boolean, Boolean) Method
OBSOLETE
Use the method's overload without 'bool caseSensitive' parameter
This GetObjectsInTransaction method overload is obsolete. Use the overloads that do not take a Boolean caseSensitive parameter.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type |
|---|---|
| classInfo | XPClassInfo |
| condition | CriteriaOperator |
| selectDeleted | Boolean |
| caseSensitive | Boolean |
Returns
| Type |
|---|
| ICollection |
Remarks
To get objects from a session, use the XPCollection and XPView components or the XPQuery<T>.
See Also