HoangTang wrote:
I've seen Frans in action and I am very impressed with his knowledge. I know llblgen have a good Linq provider/gui so that's why I want to push it for our company. We aren't using it for a moment but once we use it the LLBLGen Pro runtime framework would be the target framework.
Yes I am refering to the ArrayBinding.
Array binding is currently not supported. One of the main reasons earlier on was that ODP.NET didn't support it and in the scope of an entity, it didn't make much sense (only where clauses it does). So we didn't build it in. Perhaps in the future.
Regarding the Adapter or Self Servicing I am not real clear on either yet and if we have to do it on our own some guidance on which would be the ideal would be appreciated. I saw that Frans mention something about an InsertEntities for v3 so I was hoping that even if v3 doesn't support ArrayBinding for Oracle we can somehow intercept that method to do what we want that way we also getting all the other features like validations along with it as well. Again I am not familiar with LLBLGen as yet, so feel free to correct me if I am wrong.
I don't recall exactly what you mean with 'InsertEntities' ? The threads you linked to show some examples how to implement some bulk inserts, however when it comes to bulk inserts, in general the tools provided by the DB (to circumvent the SQL processor) are preferable as they're much faster than any SQL query will ever be.
If you're looking for insert based on select, we don't support that currently, however there's a workaround for that posted if I recall correctly, in the last thread you linked to in your start post.