Subconic3.0 with winform app

Posted by Saif Khan on Stack Overflow See other posts from Stack Overflow or by Saif Khan
Published on 2010-09-17T18:06:02Z Indexed on 2011/01/01 22:54 UTC
Read the original article Hit count: 156

Filed under:
|
|

Can subsonic 3.0 be used with a winform app? Do I need to add any references to the system.web?

If it can be done, how can I exclude certain tables in the DB? Can I use the following whih I am using for subsonic 2.0

<providers>
  <!--<clear/>-->
  <add name="TEST" type="SubSonic.SqlDataProvider, SubSonic" connectionStringName="myString" includeTableList="CustomerReference" includeProcedureList=""/>
</providers>

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms