Info
Version: | 2019.2.0 |
Author(s): | Balamurugan Revathi |
Last Update: | Friday, August 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/BalaReva.Informix.Activities |
Install
Install-Package BalaReva.Informix.Activities
dotnet add package BalaReva.Informix.Activities
paket add BalaReva.Informix.Activities
BalaReva.Informix.Activities Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It make you easy to retrieve the data from the Informix database. you can use stored procedure also the activities.
1. Execute DataTable- This bring the information from database even you use the direct query or stored procedure.
2. Execute NonQuery-It helps to execute the To insert , update and delete statements.
3.
Execute Scalar-Returns the first column of the first row in the result set returned by the query or stored procedure as Object.