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
'Usage
Dim returnValue As IVsDataParameter 

returnValue = Me.CreateParameterCore()
protected virtual IVsDataParameter CreateParameterCore()
protected:
virtual IVsDataParameter^ CreateParameterCore()
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

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace