WebSvc.DataAccess 1.0.6

dotnet add package WebSvc.DataAccess --version 1.0.6
NuGet\Install-Package WebSvc.DataAccess -Version 1.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebSvc.DataAccess" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebSvc.DataAccess --version 1.0.6
#r "nuget: WebSvc.DataAccess, 1.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WebSvc.DataAccess as a Cake Addin
#addin nuget:?package=WebSvc.DataAccess&version=1.0.6

// Install WebSvc.DataAccess as a Cake Tool
#tool nuget:?package=WebSvc.DataAccess&version=1.0.6

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 172 6/5/2023
1.0.5 113 6/5/2023
1.0.4 145 6/5/2023
1.0.3 453 9/12/2020
1.0.2 442 9/12/2020
1.0.1 463 9/12/2020
1.0.0 454 9/12/2020

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