Share via


AdoDotNetParameter.Parameter Property

Retrieves the IDataParameter object representing the command parameter.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Parameter As IDataParameter
    Get
public IDataParameter Parameter { get; }
public:
property IDataParameter^ Parameter {
    IDataParameter^ get ();
}
member Parameter : IDataParameter
function get Parameter () : IDataParameter

Property Value

Type: System.Data.IDataParameter
Returns an IDataParameter object representing the command parameter.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace