public sealed class Argument : IMessage<RoutineSpec.Types.Argument>, IEquatable<RoutineSpec.Types.Argument>, IDeepCloneable<RoutineSpec.Types.Argument>, IBufferMessage, IMessage
Input or output argument of a function or stored procedure.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eRoutineSpec.Types.Argument\u003c/code\u003e is 2.14.0, with multiple previous versions available for reference, dating down to version 1.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRoutineSpec.Types.Argument\u003c/code\u003e represents an input or output argument of a function or stored procedure, implementing multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eArgument\u003c/code\u003e class has two constructors, one default and one that accepts another \u003ccode\u003eRoutineSpec.Types.Argument\u003c/code\u003e object, allowing for duplication.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eArgument\u003c/code\u003e class has three properties: \u003ccode\u003eMode\u003c/code\u003e, specifying if it's input or output; \u003ccode\u003eName\u003c/code\u003e, the name of the argument; and \u003ccode\u003eType\u003c/code\u003e, the data type of the argument.\u003c/p\u003e\n"]]],[],null,[]]