M
msnews.microsoft.com
Dear group,
Am I right in my understanding that when using strongly typed table adapters
I am limited to the (select) statements defined in the various .FillBy...
and .GetDataBy... functions?
I'd like to build a flexible select statement on a table based on a filter
set by the user. He should be able to restrict the data by setting the
conditions on different table columns (WHERE clause), where the filter can
be any comparison operator like =, <, <=, etc, or a predicate like BETWEEN,
LIKE, etc.
As I understand, a select statement built this way can not be passed to a
strongly typed table adapter.
Many thanks for your suggestions,
Etienne
Am I right in my understanding that when using strongly typed table adapters
I am limited to the (select) statements defined in the various .FillBy...
and .GetDataBy... functions?
I'd like to build a flexible select statement on a table based on a filter
set by the user. He should be able to restrict the data by setting the
conditions on different table columns (WHERE clause), where the filter can
be any comparison operator like =, <, <=, etc, or a predicate like BETWEEN,
LIKE, etc.
As I understand, a select statement built this way can not be passed to a
strongly typed table adapter.
Many thanks for your suggestions,
Etienne