Info
Version: | 1.0.1 |
Author(s): | vpiza92 |
Last Update: | Wednesday, April 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/XML-Travelgate/xtg-data-sqlclient |
NuGet Url: | https://www.nuget.org/packages/XTG.DataBase.SqlClient |
Install
Install-Package XTG.DataBase.SqlClient
dotnet add package XTG.DataBase.SqlClient
paket add XTG.DataBase.SqlClient
XTG.DataBase.SqlClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- NETStandard.Library(>= 1.6.1)
- System.Data.Common(>= 4.3.0)
- System.Data.SqlClient(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.Data.Common(>= 4.3.0)
- System.Data.SqlClient(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
- System.Data.Common(>= 4.3.0)
- System.Data.SqlClient(>= 4.3.0)
Tags
This library contains four asynchronous methods:
ExecAsync: execute a setence in sql server.
ExecQueryWithoutParamsAsync: execute a query without parameters.
ExecQueryWithParamsAsync: execute a query with parameters.
ExecProcedureDataTableWithParamsAsync: execute a stored procedure with parameters.