-
Notifications
You must be signed in to change notification settings - Fork 18
Quick start
sdrapkin edited this page Jan 5, 2017
·
15 revisions
Install TinyORM From NuGet
Install-Package TinyORM
using SecurityDriven.TinyORM; // add "using" statement// create DbContext instance out of some connection string
var db = DbContext.CreateDbContext(connectionString:
"Data Source=.\\SQL2012;Initial Catalog=tempdb;Integrated Security=True;Pooling=true;Max Pool Size=3000;");[..unfinished..]
Copyright (c) 2016-2022 Stan Drapkin