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

DataStoreService.WarpSelectData(SelectStatement[]) Method

Reserved for future use.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.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