IntParameter Constructors

Signature Description
IntParameter(int)

Creates a new instance of the IntParameter class using an Int32 value.

IntParameter(long)

Creates a new instance of the IntParameter class using an Int64 value.

IntParameter(uint)

Creates a new instance of the IntParameter class using an UInt32 value.

IntParameter(ulong)

Creates a new instance of the IntParameter class using an UInt64 value.