зеркало из https://github.com/xamarin/ios-samples.git
e5ae35eac5 | ||
---|---|---|
.. | ||
Code | ||
ReferencedAssemblies | ||
Resources | ||
Screens | ||
Screenshots | ||
AppDelegate.cs | ||
Application.cs | ||
Data.csproj | ||
Data.sln | ||
Info.plist | ||
Metadata.xml | ||
README.md |
README.md
Data Access
This sample illustrates how use the built in SQLite functionality in iOS. It illustrates creating a database, adding rows, and querying using the following three data technologies: ADO.NET, SQLite .NET, and Vici Cool Storage. It also outputs performance data of the three approaches.
Authors
Bryan Costanich