Link to home
Start Free TrialLog in
Avatar of 5281
5281

asked on

web service designer generated code in WCF

I convert a web service to WCF service, the web service has designer generated code, include a method, the InitializeComponent(), inside it has a SqlConnection1, SqlDataAdapter1, SqlSelectCommand1, and there is a sql statement for SqlSelectCommand1, should I move this method to WCF service?  How to move it?


<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()


end sub
ASKER CERTIFIED SOLUTION
Avatar of Aaron Jabamani
Aaron Jabamani
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial