IDataStoreBases.RetrieveAsync Method
.NET Standard 2.x
Asynchronously retrieves rows from the database. If arguments are included, the argument values are used for the retrieval arguments in the SQL SELECT statement for the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
RetrieveAsync(params object[] arguments) | Asynchronously retrieves rows from the database. If arguments are included, the argument values are used for the retrieval arguments in the SQL SELECT statement for the DataStore. |
RetrieveAsync(object[] arguments, CancellationToken cancellationToken) | Asynchronously retrieves rows from the database. If arguments are included, the argument values are used for the retrieval arguments in the SQL SELECT statement for the DataStore. |