If you remove "Elements.StoredProcedures" from "ElementsToGenerate = Elements.Poco | Elements.Context | Elements.UnitOfWork | Elements.PocoConfiguration | Elements.StoredProcedures;", the following using statements are removed from the generated file: using System.Data.SqlClient;
using System.Data.SqlTypes;. But there are still functions that reference them in the generated file. Either you have to manually add them back in or leave "Elements.StoredProcedures" in the ElementsToGenerate.
using System.Data.SqlTypes;. But there are still functions that reference them in the generated file. Either you have to manually add them back in or leave "Elements.StoredProcedures" in the ElementsToGenerate.