VS2005: dataset wizard: tableadapter connectionmodifier to public

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

After I designed a dataset with tableadapter in a class library in VB.NET
2005, I want to set the connectionmodifier property to Public , to be able to
modify the connectionstring property from within my calling winform/webform
applications.

However: when I set this connectionmodifier property to public, the code
generator keeps the scope as 'Friend' and I have to manually modify it in the
..designer.vb code to make it public.
Is there something I am overlooking or is it a bug?

--
Jan D''Hondt
Jade bvba
Belgium
Database and .NET development

<Toto, I''ve got a feeling we''re not in Kansas anymore.>
 
Back
Top