N
N
nubic2018-04-12 11:14:44
C++ / C#
nubic, 2018-04-12 11:14:44

How to correctly compose a bindingsource filter?

Good afternoon everyone, the question is
in bindingsource.Filter, you need to push not just a column in the Like '%Something%' table,
but the column itself so that it is taken as '%,column,%' , and so the question is how to correctly compose this filter ?
I understand that it should be something like this

(',1,' Like CONVERT('%,ID_EDITION,%', 'System.String') or ',1,' Like '%,-1,%')

but it doesn't work on live data... it doesn't output anything, i.e. something is wrong somewhere

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question