DbCommand::Parameters Property
.NET Framework (current version)
Gets the collection of DbParameter objects. For more information on parameters, see Configuring Parameters and Parameter Data Types.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property DbParameterCollection^ Parameters { DbParameterCollection^ get(); }
Property Value
Type: System.Data.Common::DbParameterCollection^The parameters of the SQL statement or stored procedure.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: