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.