Gets or sets whether named parameters are being used.
[Visual Basic] Public Property NamedParameters As Boolean [C#] public bool NamedParameters {get; set;} [C++] public: __property bool get_NamedParameters(); public: __property void set_NamedParameters(bool); [JScript] public function get NamedParameters() : Boolean; public function set NamedParameters(Boolean);
true if named parameters are being used, otherwise false. The default value is false.
If the value is false, then the Parameters are to be accessed by ordinal value, which is their position in the collection.
ADOCommand Class | ADOCommand Members | System.Data.ADO Namespace | ActiveConnection | CommandTimeout | CommandType | CommandText | RowFetchCount | CommandBehavior