Indicates whether parameter names should be passed to the provider.
When this property is true, ADO passes the value of the Name property of each parameter in the Command’s Parameter collection. 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.
CommandText Property | CommandStream Property | Parameters Collection
Applies To: Command Object
© 1998-2001 Microsoft Corporation. All rights reserved.