Share via


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

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace