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.
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
'Usage
Dim instance As AdoDotNetParameter
Dim value As IDataParameter
value = instance.Parameter
public IDataParameter Parameter { get; }
public:
property IDataParameter^ Parameter {
IDataParameter^ get ();
}
public 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.