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.
Gets the DbParameter object representing the command parameter.
public:
property System::Data::Common::DbParameter ^ Parameter { System::Data::Common::DbParameter ^ get(); };
public System.Data.Common.DbParameter Parameter { get; }
member this.Parameter : System.Data.Common.DbParameter
Public ReadOnly Property Parameter As DbParameter
Property Value
A DbParameter object representing the command parameter.