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.v24.2.dll
Declaration
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