[Entity Framework] SQLite 与 Entity Framework

[Entity Framework] SQLite 与 Entity Framework


SQLite is a portable database, which supports Entity Framework, really good good thing ah ~

SQLite SQLite Manager is a management tool for Firefox plug-in

image

VS can also be managed by the official teaching link directly http://sqlite.phxsoftware.com/sqlite.wmv, or refer to the following

image

Next practice established by the VS SQLite database

image

image

image

New Data Sheet

image

Establish field, archive.

image

image

After the new items Archive

image

After the data is created, followed by the establishment of EDM

image

image

image

image

image

carry out!!!

image

Finally referenced in the program inside

{
    SQLiteDB_DemoEntities db = new SQLiteDB_DemoEntities();
    this.dataGridView1.DataSource = db.DemoTables;
}

Data is very easy to bound

image


postscript:

After using Entity Framework, not to see the operation of SQL syntax, cut the design and development of the database, the database processing operation by the Entity Framework will help us get rid of the

If any error, please notify the novice posting him to bear

2010 ~ 2017 C # in the fourth quarter

Original: Large column  [Entity Framework] SQLite with Entity Framework


Guess you like

Origin www.cnblogs.com/petewell/p/11489834.html
Recommended