ProcedureParmList Structure

<< Click to Display Table of Contents >>

Navigation:  SshNetIbmi Class > SshNetIbmi Structures >

ProcedureParmList Structure

Summary

This is the stored procedure and subprocedure call parameter structure. This parameter structure is needed when passing parameters to an IBM i stored procedure or service program subprocdure call.

 

/// <summary>

///  Stored procedure and subprocedure parameter list

///  </summary>

///  <remarks></remarks>

public struct ProcedureParmList

{

    public string parmtype;

    public string parmvalue;

    public string parmname;

}