Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
public DbParameter Parameter { get; }
public:
property DbParameter^ Parameter {
DbParameter^ get ();
}
member Parameter : DbParameter
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.