IDataLayerAsync Members
In This Article
#Properties
Name | Description |
---|---|
Auto |
When implemented by a class, returns which operations are performed when a session is connected to storage.
Inherited from IData |
Connection |
When implemented by a class, returns the connection if it is provided by storage.
Inherited from IData |
#Methods
Name | Description |
---|---|
Create |
When implemented by a class, creates a command if storage allows commands to be created.
Inherited from IData |
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.
Inherited from IData |
Modify |
When implemented, updates data in a data store using the specified modification statements.
Inherited from IData |
Modify |
Asynchronously updates data in a data store, according to specified modification statements. |
Select |
When implemented by a class, fetches data from a data store using the specified query statements.
Inherited from IData |
Select |
Asynchronously retrieves data from a data store, according to specified query statements. |
Set |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from IData |
Update |
When implemented by a class, updates the storage schema according to the specified class descriptions.
Inherited from IData |
Update |
When implemented by a class, asynchronously updates the storage schema according to the specified class descriptions. |
#Events
Name | Description |
---|---|
Schema |
When implemented by a class, this event will occur when the data schema is initialized or updated.
Inherited from IData |
See Also