AdoDotNetSchemaReader.IsNullItem 方法 (Int32)

检索指示位于指定索引处的数据项是否的 Boolean 值为 nullnull 引用(在 Visual Basic 中为 Nothing)。

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

语法

声明
Public Overrides Function IsNullItem ( _
    index As Integer _
) As Boolean
public override bool IsNullItem(
    int index
)
public:
virtual bool IsNullItem(
    int index
) override
abstract IsNullItem : 
        index:int -> bool 
override IsNullItem : 
        index:int -> bool 
public override function IsNullItem(
    index : int
) : boolean

参数

  • index
    类型:System.Int32
    在指定数据项的字段的索引可以测试null。

返回值

类型:System.Boolean
true ,如果数据项为空;否则,false。

实现

IVsDataReader.IsNullItem(Int32)

.NET Framework 安全性

请参见

参考

AdoDotNetSchemaReader 类

IsNullItem 重载

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