ISqlModelMapper.LoadByPageAsync Method
.NET Standard 2.x
Asynchronously retrieves data starting from a specified row according to the SQL query defined in a TModel
class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
LoadByPageAsync<TModel>(int currentIndex, int pageSize, params object[] parameters) | Asynchronously retrieves data starting from a specified row according to the SQL query defined in a TModel class. |
LoadByPageAsync<TModel>(int currentIndex, int pageSize, object[] parameters, CancellationToken cancellationToken) | Asynchronously retrieves data starting from a specified row according to the SQL query defined in a TModel class. |