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.