DbDataRecord.FieldCount 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示当前记录中字段的数目。 此属性为只读。
public:
 abstract property int FieldCount { int get(); };public:
 property int FieldCount { int get(); };public abstract int FieldCount { get; }public int FieldCount { get; }member this.FieldCount : intPublic MustOverride ReadOnly Property FieldCount As IntegerPublic ReadOnly Property FieldCount As Integer属性值
当前记录中字段的数目。
实现
例外
未连接到要从中读取的数据源。