Session.GetObjectsInTransaction(XPClassInfo, CriteriaOperator, Boolean, Boolean) Method
In This Article
OBSOLETE
Use the method's overload without 'bool case
This GetObjectsInTransaction method overload is obsolete. Use the overloads that do not take a Boolean caseSensitive parameter.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[Obsolete("Use the method's overload without 'bool caseSensitive' parameter")]
public ICollection GetObjectsInTransaction(
XPClassInfo classInfo,
CriteriaOperator condition,
bool selectDeleted,
bool caseSensitive
)
#Parameters
Name | Type |
---|---|
class |
XPClass |
condition | Criteria |
select |
Boolean |
case |
Boolean |
#Returns
Type |
---|
ICollection |
#Remarks
To get objects from a session, use the XPCollection and XPView components or the XPQuery<T>.
See Also