Ever time I tru to run my business entity I get this warning.
warning CS0168: The variable 'p' is declared but never used
It is coming from
protected override SqlCommand GetInsertCommand()
Class was generated with the template. Do we need this line. We are not using it. Should I change the template?
Thanks
