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
Get
public IDataParameter Parameter { get; }
public:
property IDataParameter^ Parameter {
IDataParameter^ get ();
}
member Parameter : IDataParameter
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.