Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
See Also
CommandText Property (ADO)
CommandStream Property (ADO)
Parameters Collection (ADO)