This topic has not yet been rated - Rate this topic

SqlCommand.System.Data.IDbCommand.Parameters Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Private ReadOnly Property Parameters As IDataParameterCollection _
   Implements IDbCommand.Parameters
[C#]
IDataParameterCollection IDbCommand.Parameters {get;}
[C++]
private: __property IDataParameterCollection*
   System::Data::IDbCommand::get_Parameters();
[JScript]
private function get IDbCommand.Parameters() :
   IDataParameterCollection;

See Also

SqlCommand Class | SqlCommand Members | System.Data.SqlClient Namespace

Did you find this helpful?
(1500 characters remaining)