public void SetNestedQueryTransformer
(Func<TNestedQueryData,TRhs> transformer);
パラメーター
transformer
The transformer function.
説明
Sets the filter's nested query transformer function. This function takes the result of a nested query and extracts the necessary data to compare with the filter.