I have a huge number of rows to insert into a table and I am not sure if LLBLGen does this in the most efficient manner possible.
ODP.Net provides a way to insert bulk data into a database in an efficient manner (using the ArrayBindCount). Does LLBLGen use it? I searched the source code and could not find any usage of ArrayBindCount !!
If yes, how do I make sure it does.
If not, is there any way to extend/change LLBLGen to do so?