ISqlBuilderLoader.LoadByPageAsync Method
.NET Standard 2.x
Asynchronously retrieves data starting from a specified row by the built SQL statement.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
LoadByPageAsync(int currentIndex, int pageSize, params object[] parameters) | Asynchronously retrieves data starting from a specified row by the built SQL statement. |
LoadByPageAsync(int currentIndex, int pageSize, object[] parameters, CancellationToken cancellationToken) | Asynchronously retrieves data starting from a specified row by the built SQL statement. |