IDataLayer Methods
The interface to which data access layers should conform.
Name | Description |
---|---|
Create |
When implemented by a class, creates a command if storage allows commands to be created. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Modify |
When implemented, updates data in a data store using the specified modification statements. |
Select |
When implemented by a class, fetches data from a data store using the specified query statements. |
Set |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Update |
When implemented by a class, updates the storage schema according to the specified class descriptions. |
See Also