Skip to content

Instantly share code, notes, and snippets.

@ChrisBriggsy
Created May 25, 2015 02:23
Step 6. Using SQLite in Windows 10 IoT Core Insider Preview
public class Message
{
[PrimaryKey, AutoIncrement]
public int Id { get; set; }
public string Content { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment