WebSvc.DataAccess
1.0.3
See the version list below for details.
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 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. |
-
.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