Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.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