TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Goran Bibic
455
2.9k
197.9k
Need use LIKE %
May 20 2021 8:50 AM
I use code and work fine
var KooperacijaRN =
this
.radni_nalozi_2018DataGridView.Rows.Cast<DataGridViewRow>().Where(row => row.Cells[
"R.b. RN"
].Value.ToString() ==
"KO"
);
var childCount4 = KooperacijaRN.Count();
this
.BlokiraniRNLabel.Text = childCount4.ToString();
Need to change line 1 to be LIKE instead ==
var KooperacijaRN =
this
.radni_nalozi_2018DataGridView.Rows.Cast<DataGridViewRow>().Where(row => row.Cells[
"R.b. RN"
].Value.ToString() LIKE
"%KO%"
);
But this dont work
Please help
Thank you
Reply
Answers (
4
)
Manually committing offsets in Kafka
Annotation should be update while moving cursor.