We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f3221 commit 62badd6Copy full SHA for 62badd6
src/Microsoft.Performance.SDK/Processing/ITableDataSynchronization.cs
@@ -72,12 +72,13 @@ void SubmitColumnChangeRequest(
72
/// Callback when the tables are finished updated post change.
73
/// </param>
74
/// <param name="requestInitialFilterReevaluation">
75
- /// Reset initial filter from table configuration.
+ /// Reset table filters that depend on the changed columns.
76
77
void SubmitColumnChangeRequest(
78
Func<IProjectionDescription, bool> predicate,
79
Action onReadyForChange,
80
Action onChangeComplete,
81
+ // TODO: rename to requestFilterReevaluation in 2.0
82
bool requestInitialFilterReevaluation = false);
83
}
84
0 commit comments