IDataStoreBases.RetrieveByKeyAsync Method
.NET Standard 2.x
Asynchronously retrieves rows from the database. You can specify a value for a property with the [Key] attribute to retrieve rows to the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| RetrieveByKeyAsync(params object[] parameters) | Asynchronously retrieves rows from the database. You can specify a value for a property with the [Key] attribute to retrieve rows to the DataStore. |
| RetrieveByKeyAsync(object[] parameters, CancellationToken cancellationToken) | Asynchronously retrieves rows from the database. You can specify a value for a property with the [Key] attribute to retrieve rows to the DataStore. |