Info
Version: | 3.6.1 |
Author(s): | Luigi Senzamici |
Last Update: | Tuesday, May 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://magicdata.it/Documentazione/EsempioDataManager |
NuGet Url: | https://www.nuget.org/packages/MagicData |
Install
Install-Package MagicData
dotnet add package MagicData
paket add MagicData
MagicData Download (Unzip the "nupkg" after downloading)
Dependencies
- MagicAccess(>= 2.0.1)
- MagicFile(>= 2.0.1)
- MagicResponse(>= 2.0.4)
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 11.0.2)
Tags
Simple to use: only 2 lines of code to read and write in SqlServer table!
DataManager DM = new DataManager("dbname", "catalog", "username", "password");
DataTable res = DM.getAllRecords Datatable ("table to read");
Thats all!
More here http://MagicData.it/Documentazione/EsempioDataManager.