ios-samples/Data
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Code Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
ReferencedAssemblies
Resources
Screens Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots
AppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Application.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Data.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Data.sln
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Metadata.xml
README.md onboard missing samples 2019-08-01 19:45:18 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Data Access How use the built in SQLite engine in iOS to create a database, add rows, and query using SQL sample
csharp
xamarin
data

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 and SQLite .NET.

It also outputs performance data of the approaches.

Data Access application screenshot