共用方式為


AdoDotNetParameter.Parameter Property

Definition

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.

Applies to