Compartir a través de


DataSet.QueryPrepareAndExecutionTime Property

Definition

Gets the query prepare and execution time.

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

Property Value

The query prepare and execution time.

Applies to