Skip to main content
All docs
V26.1
  • IDataStoreWarpService.WarpSelectData(SelectStatement[]) Method

    Uses specified query statements to fetch data from a data store and compress the result.

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    [OperationContract(Action = "http://tempuri.org/IDataStoreService/WarpSelectData", ReplyAction = "http://tempuri.org/IDataStoreService/WarpSelectDataResponse")]
    [XmlSerializerFormat]
    OperationResult<byte[]> WarpSelectData(
        SelectStatement[] selects
    )

    Parameters

    Name Type Description
    selects SelectStatement[]

    An array of statements that specify data to be saved to the data store.

    Returns

    Type Description
    OperationResult<Byte[]>

    The operation result.

    See Also