Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dapper を使用して sqlite データベースに接続してデータを取得するにはどうすればよいですか?
あなたがする必要がある魔法は何もありません。追加するだけです:
using Dapper;
そして、あなたのオープンでクエリを実行しますSqliteConnection
SqliteConnection
cnn.Query("select 'hello world' from Table")