IDataStoreWarpService Methods
Extends the IDataStoreService interface with methods that fetch data from a data store and compress the result.
Name | Description |
---|---|
Do |
Defines a service operation that, when implemented by a class, executes a specified command with specific parameters and returns the operation result.
Inherited from IData |
Get |
Defines a service operation that, when implemented by a class, returns which operations are performed when a data store is accessed for the first time.
Inherited from IData |
Modify |
Defines a service operation that, when implemented by a class, updates data in a data store using specified modification statements and returns the operation result.
Inherited from IData |
Select |
Defines a service operation that, when implemented by a class, fetches data from a data store using specified query statements and returns the operation result.
Inherited from IData |
Update |
Defines a service operation that, when implemented by a class, updates a data store’s schema according to specified settings and returns the operation result.
Inherited from IData |
Warp |
Uses specified query statements to fetch data from a data store and compress the result. |
See Also