Interface IArchiveTypedProvider<StronglyTypedRow>
Base interface for strongly typed providers, defining the methods and properties common
to all such interfaces
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IArchiveTypedProvider<StronglyTypedRow> : IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities where StronglyTypedRow : ArchiveRow
Type Parameters
| Name |
Description |
| StronglyTypedRow |
|
Methods
GetRowsAsync(string, CancellationToken)
Override of the generic SuperOffice.CRM.ArchiveLists.IArchiveProviderHasRows.GetRows method,
in this case returning a strongly typed row instead of the generic ArchiveRow object.
Declaration
IAsyncEnumerable<StronglyTypedRow> GetRowsAsync(string options, CancellationToken cancellationToken = default)
Parameters
Returns
Extension Methods