Gets the number of columns in the current row.
[Visual Basic] Public Property ReadOnly FieldCount As Integer _ Implements IDataRecord.FieldCount [C#] public int FieldCount { get; } [C++] public: __property int get_FieldCount(); [JScript] public function get FieldCount() : int
Number of columns in the current record. When not positioned in a valid record set, zero is returned.
MimerDataReader Class | Mimer.Data.Client Namespace