Compartilhar via


Método DataParameter.GetIsNullableCore

Recupera um valor de Boolean que indica se o parâmetro atual pode ser nulluma referência nula (Nothing no Visual Basic).

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

Sintaxe

'Declaração
Protected Overridable Function GetIsNullableCore As Boolean
protected virtual bool GetIsNullableCore()
protected:
virtual bool GetIsNullableCore()
abstract GetIsNullableCore : unit -> bool 
override GetIsNullableCore : unit -> bool 
protected function GetIsNullableCore() : boolean

Valor de retorno

Tipo: System.Boolean
true se o parâmetro atual pode ter um valor nulo; caso contrário, false.

Comentários

Este método é chamado pela implementação da propriedade de IsNullable .

Observações para herdeiros

A implementação base de esse método retorna true.

Segurança do .NET Framework

Consulte também

Referência

DataParameter Classe

Namespace Microsoft.VisualStudio.Data.Framework