Hi
I'm still leaning and trying things with Snapdevelop.
I'm tying the generic .Net Datastore and l'm wondering if their is a way of adding DwParameterAttribute dynamically (Where statements).
I know this can be done with the Snapobject via SqlModelMapper.GetQueryBuilder class and using the Builder.WhereRaw and Builder.AndWhereRaw methods .
I can't seems to find anywhere in the documentation that this is doable in the .Net Datastore.
Is their a way of using the GetQueryBuilder method for querying the DB then copying the data into the DataStore that is efficient.
The reason that I'm trying to stick with the Datastore is that I been using Powerbuilder for a long time and I know the Datawindow/ Datastore.
Would I be better of just using the snapobjects class and not use the Datastore way.
Thanks in advance, Daniel