topical media & game development
#mobile-application-03-MVCDerbyService-MVCDerbyService-Models-DerbyContext.cs / cs
using System.Data.Linq;
namespace MVCDerbyService.Models
{
public class DerbyContext : DataContext
{
public Table<DerbyNames> DerbyNames;
public Table<Leagues> Leagues;
public DerbyContext()
: base("Data Source=.;Initial Catalog=DerbyNames;User Id=webUser;Password=webuser;")
{ }
}
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.