ISqlDataStore Methods
Represents the interface for objects that need to interact with SQL Server databases,
Name | Description |
---|---|
Create |
Creates a command if the data store allows commands to be created. |
Modify |
Updates data in a data store using the specified modification statements.
Inherited from IData |
Select |
When implemented by a class, fetches data from a data store using the specified query statements.
Inherited from IData |
Update |
When implemented by a class, updates the storage schema according to the specified class descriptions.
Inherited from IData |
See Also