IDelegatableTableValue Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |