AdoDotNetConnectionSupport.CreateParameterCore Method
Creates a new data parameter with interface IVsDataProvider.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Function CreateParameterCore As IVsDataParameter
protected virtual IVsDataParameter CreateParameterCore()
protected:
virtual IVsDataParameter^ CreateParameterCore()
abstract CreateParameterCore : unit -> IVsDataParameter
override CreateParameterCore : unit -> IVsDataParameter
protected function CreateParameterCore() : IVsDataParameter
Return Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter
An IVsDataProvider object instance.
Remarks
Returns a InvalidOperationException exception if the data provider is nulla null reference (Nothing in Visual Basic).
.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.