зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
Code | ||
ReferencedAssemblies | ||
Resources | ||
Screens | ||
Screenshots | ||
AppDelegate.cs | ||
Application.cs | ||
Data.csproj | ||
Data.sln | ||
Info.plist | ||
Metadata.xml | ||
README.md |
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 |
|
|
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.