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
public DbParameter Parameter { get; }
public:
property DbParameter^ Parameter {
    DbParameter^ get ();
}
member Parameter : DbParameter with get
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

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace