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
- 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.