Info
Version: | 1.0.6 |
Author(s): | Narender Kumar |
Last Update: | Monday, June 5, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/web-svc/ |
NuGet Url: | https://www.nuget.org/packages/WebSvc.DataAccess |
Install
Install-Package WebSvc.DataAccess
dotnet add package WebSvc.DataAccess
paket add WebSvc.DataAccess
WebSvc.DataAccess Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- System.Data.SqlClient(>= 4.8.2)
- WebSvc.Helper(>= 1.0.1)
Tags
Insert records in Db table and return boolean true, if record inserted else false
updates records in Db table and return boolean true, if record updated else false
delete records in Db table and return boolean true, if record deleted else false
Fetch the single matching record and return json serialized string
Fetch the single matching record and return json serialized string and overloaded method with more input parameters
used for validation and return a single result if record exist and return json serialized string if match found and overloaded method with more input parameters.