Inspectopedia
 
2024.3

Named arguments should be used

Warning
New
Last modified: 03 December 2024

Reports arguments that are used without names in routine calls. By default, this inspection is disabled.

For more information about the difference between named and unnamed parameters, see Binding Parameters by Name (Named Parameters) at docs.microsoft.com.

Example (Microsoft SQL Server):

Parameters 1, 2 in the foo 1, 2; call are highlighted because they miss names.