Compartir a través de


DataSet.RowsRead Property

Definition

Gets the rows read.

public:
 property Nullable<long> RowsRead { Nullable<long> get(); void set(Nullable<long> value); };
public long? RowsRead { get; set; }
member this.RowsRead : Nullable<int64> with get, set
Public Property RowsRead As Nullable(Of Long)

Property Value

The rows read.

Applies to