AdoDotNetParameter.Parameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the IDataParameter object representing the command parameter.
public:
property System::Data::IDataParameter ^ Parameter { System::Data::IDataParameter ^ get(); };
public System.Data.IDataParameter Parameter { get; }
member this.Parameter : System.Data.IDataParameter
Public ReadOnly Property Parameter As IDataParameter
Property Value
Returns an IDataParameter object representing the command parameter.