Skip to main content
.NET 6.0+

XPQuery<T>.InTransaction() Method

Creates an InTransaction instance of an XPQuery<T> based on the current XPQuery<T> instance.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPQuery<T> InTransaction()

Returns

Type Description
XPQuery<T>

An InTransaction XPQuery<T> instance created from the current XPQuery<T>, using the corresponding constructor with true passed to the inTransaction parameter.

See Also