Skip to content

ruffin--/DataTableWP8

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

DataTableWP8

In progress increasingly less crappy DataTable shim to use SqlDbSharp on Windows Phone 8.

Surprised that it's possible to use DataTable in iOS and Android development (via Xamarin) but not Windows Phone, it seemed like a fun task to shim up DataTable enough to enable using the SqlDbSharp project on WP8 without changes. Next step is to integrate that project into a PCL using these files.

The code is now working against the Program.cs "test" class that's included, with DataView.sortedTable seemingly working and most of the DataTable accessors set up the way they are in System.Data.

// =========================== LICENSE ===============================
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
// ======================== EO LICENSE ===============================

Shim is MPL 2.0 licensed. Program.cs, the "test" file, has some example code taken from the net, and is MIT licensed. DictionaryBackedSet<T> based on a reasonably highly edited (hacked? degraded?) Jon Skeet SO answer here.

About

Crappy DataTable shim to use SqlDbSharp on Windows Phone 8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages