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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.