Share via


DataSet.DataReaderMappingTime Property

Definition

Gets the command reader mapping time.

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

Property Value

The command reader mapping time.

Applies to