IDataRecord.FieldCount 属性

定义

获取当前行中的列数。

public:
 property int FieldCount { int get(); };
public int FieldCount { get; }
member this.FieldCount : int
Public ReadOnly Property FieldCount As Integer

属性值

如果未位于有效的记录集中,则为 0;否则为当前记录中的列数。 默认值为 -1。

注解

执行 ExecuteNonQuery 不返回行的查询后, (使用 方法) , FieldCount 返回 -1。

适用于