????Person????????????
class Person
{
[SQLite.AutoIncrement?? SQLite.PrimaryKey]
public int ID { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
}
?????????Ч?????