Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Diagnostics;
using SQLite;
namespace sqlite_performance
{
class OrderDetail
{
public int Id { get; set; }