共用方式為


AdoDotNetParameter.GetIsNullableCore 方法

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

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

語法

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

傳回值

型別:System.Boolean
true ,如果這個參數可以具有 null 值;否則, false。

備註

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

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

.NET Framework 安全性

請參閱

參考

AdoDotNetParameter 類別

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空間