AdoDotNetParameter.GetIsNullableImpl 方法

检索指示此参数是否的布尔值可以是 nullnull 引用(在 Visual Basic 中为 Nothing)。

命名空间:  Microsoft.VisualStudio.Data.AdoDotNet
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Protected Overrides Function GetIsNullableImpl As Boolean
protected override bool GetIsNullableImpl()
protected:
virtual bool GetIsNullableImpl() override
abstract GetIsNullableImpl : unit -> bool 
override GetIsNullableImpl : unit -> bool 
protected override function GetIsNullableImpl() : boolean

返回值

类型:System.Boolean
如果此参数可以有 nullnull 引用(在 Visual Basic 中为 Nothing) 值,则返回; true 否则返回 false。

备注

此方法由 IsNullable 属性的实现。

此方法的基实现返回 true。

.NET Framework 安全性

请参见

参考

AdoDotNetParameter 类

Microsoft.VisualStudio.Data.AdoDotNet 命名空间