I have generated using the Service Layer as my facade and do not see the BulkInsert methods as part of the .generated.cs file. Needless to say, the call to it goes to the BulkInsert method in public abstract class ServiceBaseCore. Is there a way to expose that method without manually modifying the service layer. I did not see the option in CodeSmith. What is also interesting is that the Data.SQLClient project has the method, but the .Data does not. Any assistance would be appreciated.