Class CustomObjectSelectionStaticProviderV2
Static archive Provider for a Selection of CustomObject archive.
Inheritance
CustomObjectSelectionStaticProviderV2
Implements
Inherited Members
Namespace: SuperOfficeCRMArchiveListsArchive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ArchiveProvider("CustomObjectStaticSelectionV2", 1073741823)]
public class CustomObjectSelectionStaticProviderV2 : CustomObjectProviderBase, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
CustomObjectSelectionStaticProviderV2(string)
Declaration
public CustomObjectSelectionStaticProviderV2(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName |
Fields
ProviderName
Declaration
public const string ProviderName = "CustomObjectStaticSelectionV2"
Field Value
| Type | Description |
|---|---|
| string |
Methods
GetRowsAsync(string, CancellationToken)
Track fetching of rows, and update the corresponding fields on selection for loading, and member counts
Declaration
public override IAsyncEnumerable<ArchiveRow> GetRowsAsync(string options, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | options | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| IAsyncEnumerableArchiveRow |