Share via


AdoDotNetParameter.Parameter Property

Gets the DbParameter object representing the command parameter.

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

Syntax

'Declaration
Public ReadOnly Property Parameter As DbParameter
'Usage
Dim instance As AdoDotNetParameter 
Dim value As DbParameter 

value = instance.Parameter
public DbParameter Parameter { get; }
public:
property DbParameter^ Parameter {
    DbParameter^ get ();
}
public function get Parameter () : DbParameter

Property Value

Type: System.Data.Common.DbParameter
A DbParameter object representing the command parameter.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace