Skip to main content
.NET 6.0+

DataStoreService.WarpSelectData(SelectStatement[]) Method

Reserved for future use.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public virtual OperationResult<byte[]> WarpSelectData(
    SelectStatement[] selects
)

Parameters

Name Type
selects SelectStatement[]

Returns

Type
OperationResult<Byte[]>
See Also