T
Termin_Terminator
X-No-Archive: Yes
Hello
I want to read resources from Resource.asmx WebService through
ReadResources() method.
A filter object shall filter by the column "RES_PREVENT_ADSYNC" which
is type of boolean.
The ReadResources() method returns a ResourceDataSet where I have all
resources in the Resources datatable, but the column
"RES_PREVENT_ADSYNC" isn't there, it's member of the
ResourceAuthorizationDataSet.Resource datatable.
How can I filter for the "RES_PREVENT_ADSYNC" column of another
Resource datatable?
It's not crazy to ask because when I assign ResourceDataSet.Resource
datatable to a DataGridView then due to certain constraints the
columns of ResourceAuthorizationDataSet.Resource datatable have been
added to the view; there I have access to that column. But how do I
filter for that column? Thanks for any help.
Kind regards
Termin_Terminator
Hello
I want to read resources from Resource.asmx WebService through
ReadResources() method.
A filter object shall filter by the column "RES_PREVENT_ADSYNC" which
is type of boolean.
The ReadResources() method returns a ResourceDataSet where I have all
resources in the Resources datatable, but the column
"RES_PREVENT_ADSYNC" isn't there, it's member of the
ResourceAuthorizationDataSet.Resource datatable.
How can I filter for the "RES_PREVENT_ADSYNC" column of another
Resource datatable?
It's not crazy to ask because when I assign ResourceDataSet.Resource
datatable to a DataGridView then due to certain constraints the
columns of ResourceAuthorizationDataSet.Resource datatable have been
added to the view; there I have access to that column. But how do I
filter for that column? Thanks for any help.
Kind regards
Termin_Terminator