AdoDotNetParameter.GetIsNullableCore メソッド

このパラメーターが nullnull 参照 (Visual Basic では Nothing)であるかどうかを示す Boolean の値を取得します。

名前空間:  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
このパラメーターに NULL 値を設定することができますtrue ; それ以外 false。

解説

このメソッドは IsNullable のプロパティの実装によって呼び出されます。

このメソッドの基本実装では、trueを返します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

AdoDotNetParameter クラス

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