Partilhar via


Método AdoDotNetConnectionSupport.CreateParameterCore

Cria um novo parâmetro de dados com a interface IVsDataProvider.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter
Uma instância do objeto de IVsDataProvider .

Comentários

Retorna uma exceção de InvalidOperationException se o provedor de dados é nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionSupport Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet