econner

Results 4 issues of econner

With the recent release of .NET Standard and Microsoft saying ".NET Standard will replace Portable Class Libraries (PCLs) as the tooling story for building multi-platform .NET libraries." I am looking...

The ReadMe document shows the Insert() command returning an object and being able to get the primary key from the auto-incremented field (see below) , but I only see a...

What are the guidelines or recommendations with using lock() with SQLite.NET-PCL? I am working on a Xamarin project and from their documentation and samples (http://developer.xamarin.com/guides/xamarin-forms/working-with/databases/#Xamarins.Forms_PCL_Project and https://github.com/xamarin/xamarin-forms-samples/blob/master/Todo/PCL/Todo/Data/TodoItemDatabase.cs ) they use...

Is there a way to 1. Get SelectedDataItemChanged to trigger when the input field value is changed and Enter or Tab is pressed? 2. Change the Input field back to...