-
This worked until 22.1.2. But how with 23.0.0? I saw the Breaking Changes "The properties are now settable". But how to use?
|
Beta Was this translation helpful? Give feedback.
Answered by
JoshClose
Feb 14, 2021
Replies: 1 comment
-
All the delegates now use an args object. ShouldSkipRecord = args => args.Record[1].Equals("[no results]", StringComparison.OrdinalIgnoreCase), |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rmoergeli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the delegates now use an args object.