SqlDataRecord.FieldCount Property

Definition

Gets the number of columns in the data row. This property is read-only.

public virtual int FieldCount { get; }
member this.FieldCount : int
Public Overridable ReadOnly Property FieldCount As Integer

Property Value

Int32

The number of columns in the data row as an integer.

Implements

Applies to