Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.42 KB

File metadata and controls

31 lines (28 loc) · 1.42 KB
title NamedParameters Property (ADO) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
_Command::NamedParameters
helpviewer_keywords
NamedParameters property [ADO]
ms.assetid 42409387-026c-435f-a9b1-bf4167095875
author MightyPen
ms.author genemi

NamedParameters Property (ADO)

Indicates whether parameter names should be passed to the provider.

Remarks

When this property is true, ADO passes the value of the Name property of each parameter in the Parameter collection for the Command Object. The provider uses a parameter name to match parameters in the CommandText or CommandStream properties. If this property is false (the default), parameter names are ignored and the provider uses the order of parameters to match values to parameters in the CommandText or CommandStream properties.

Applies To

Command Object (ADO)

See Also

CommandText Property (ADO)
CommandStream Property (ADO)
Parameters Collection (ADO)