Freigeben über


IDelegatableTableValue Interface

Definition

Implemented by a TableValue if it supports delegation.

public interface IDelegatableTableValue
type IDelegatableTableValue = interface
Public Interface IDelegatableTableValue
Derived

Properties

SupportedFeatures

Supported features for delegation to verify correct Features are delegated at runtime.

Methods

ExecuteQueryAsync(IServiceProvider, DelegationParameters, CancellationToken)

Evaluation will invoke this method on aggregation calls where return value is scaler.

GetRowsAsync(IServiceProvider, DelegationParameters, CancellationToken)
Obsolete.

Evaluation will invoke this method on delegated calls.

Applies to