XPQuery<T>.InTransaction() Method
In This Article
Creates an InTransaction instance of an XPQuery<T> based on the current XPQuery<T> instance.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Returns
Type | Description |
---|---|
XPQuery |
An In |
See Also