共用方式為


DataParameter.GetIsNullableImpl 方法

擷取這個參數表示布林值可以是 nullNull 參照 (即 Visual Basic 中的 Nothing)。

命名空間:  Microsoft.VisualStudio.Data
組件:  Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)

語法

'宣告
Protected Overridable Function GetIsNullableImpl As Boolean
protected virtual bool GetIsNullableImpl()
protected:
virtual bool GetIsNullableImpl()
abstract GetIsNullableImpl : unit -> bool 
override GetIsNullableImpl : unit -> bool 
protected function GetIsNullableImpl() : boolean

傳回值

型別:System.Boolean
如果這個參數可以具有 nullNull 參照 (即 Visual Basic 中的 Nothing) 值,傳回 true ;否則會傳回 false。

備註

這個方法是由 IsNullable 屬性的實作會呼叫。

這個方法的基底實作會傳回 true。

.NET Framework 安全性

請參閱

參考

DataParameter 類別

Microsoft.VisualStudio.Data 命名空間