AdoDotNetParameter.Parameter Property
Retrieves the IDataParameter object representing the command parameter.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Parameter As IDataParameter
public IDataParameter Parameter { get; }
public:
property IDataParameter^ Parameter {
IDataParameter^ get ();
}
member Parameter : IDataParameter with get
function get Parameter () : IDataParameter
Property Value
Type: System.Data.IDataParameter
Returns an IDataParameter 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.