Represents input parameter for the function and stored procedure in a data base structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class InParameter : ParameterBase
Visual Basic (Declaration)
Public NotInheritable Class InParameter _
	Inherits ParameterBase
Visual C++
public ref class InParameter sealed : public ParameterBase

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.Element
    PerpetuumSoft.DataModel.MsSql..::.ParameterBase
      PerpetuumSoft.DataModel.MsSql..::.InParameter

See Also