Skip to main content
A newer version of this page is available. .

DataStoreService.WarpSelectData(SelectStatement[]) Method

Reserved for future use.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

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

Parameters

Name Type
selects SelectStatement[]

Returns

Type
OperationResult<Byte[]>
See Also