Back to Devexpress

XPQuery<T>.InTransaction() Method

xpo-devexpress-dot-xpo-dot-xpquery-1-9aec3df9.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPQuery<T> InTransaction()
vb
Public Function InTransaction As XPQuery(Of T)

Returns

TypeDescription
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

XPQuery<T> Class

XPQuery<T> Members

DevExpress.Xpo Namespace