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

IDataStoreService Methods

Defines a WCF service contract to access data directly via data store providers (objects implementing the IDataStore interface).
Name Description
Do(String, Object) Defines a service operation that, when implemented by a class, executes a specified command with specific parameters and returns the operation result.
GetAutoCreateOption() 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.
ModifyData(ModificationStatement[]) 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.
SelectData(SelectStatement[]) 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.
UpdateSchema(Boolean, DBTable[]) 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.
See Also