WebSvc.DataAccess
1.0.3
dotnet add package WebSvc.DataAccess --version 1.0.3
NuGet\Install-Package WebSvc.DataAccess -Version 1.0.3
<PackageReference Include="WebSvc.DataAccess" Version="1.0.3" />
paket add WebSvc.DataAccess --version 1.0.3
#r "nuget: WebSvc.DataAccess, 1.0.3"
// Install WebSvc.DataAccess as a Cake Addin
#addin nuget:?package=WebSvc.DataAccess&version=1.0.3
// Install WebSvc.DataAccess as a Cake Tool
#tool nuget:?package=WebSvc.DataAccess&version=1.0.3
Library support provides following features.
- 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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
- System.Data.SqlClient (>= 4.8.2)
- WebSvc.Helper (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Library support provides following features.
1. Insert records in Db table and return boolean true, if record inserted else false
2. updates records in Db table and return boolean true, if record updated else false
3. delete records in Db table and return boolean true, if record deleted else false
4. Fetch the single matching record and return json serialized string
5. Fetch the single matching record and return json serialized string and overloaded method with more input parameters
6. 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