Class ContextMetrics
Inheritance
System.Object
ContextMetrics
Namespace: Telerik.OpenAccess.Diagnostics
Assembly: Telerik.OpenAccess.dll
Syntax
public class ContextMetrics
Constructors
ContextMetrics(Int32[])
Declaration
public ContextMetrics(int[] metrics)
Parameters
System.
|
Properties
Item[Int32]
Declaration
public int this[int metricIndex] { get; }
Parameters
System.
|
Property Value
System.
|
Length
Declaration
public int Length { get; }
Property Value
System.
|
Sql_Commit
Declaration
public int Sql_Commit { get; }
Property Value
System.
|
Sql_CommitError
Declaration
public int Sql_CommitError { get; }
Property Value
System.
|
Sql_Delete
Declaration
public int Sql_Delete { get; }
Property Value
System.
|
Sql_Enlist
Declaration
public int Sql_Enlist { get; }
Property Value
System.
|
Sql_FetchedRows
Declaration
public int Sql_FetchedRows { get; }
Property Value
System.
|
Sql_FetchError
Declaration
public int Sql_FetchError { get; }
Property Value
System.
|
Sql_Flush
Declaration
public int Sql_Flush { get; }
Property Value
System.
|
Sql_FlushError
Declaration
public int Sql_FlushError { get; }
Property Value
System.
|
Sql_Insert
Declaration
public int Sql_Insert { get; }
Property Value
System.
|
Sql_Query
Declaration
public int Sql_Query { get; }
Property Value
System.
|
Sql_QueryError
Declaration
public int Sql_QueryError { get; }
Property Value
System.
|
Sql_Rollback
Declaration
public int Sql_Rollback { get; }
Property Value
System.
|
Sql_Update
Declaration
public int Sql_Update { get; }
Property Value
System.
|
Methods
GetIndex(String)
Declaration
public static int GetIndex(string metricName)
Parameters
System.
|
Returns
System.
|
GetName(Int32)
Declaration
public string GetName(int metricIndex)
Parameters
System.
|
Returns
System.
|
Ratio(Int64, Int64)
Declaration
protected static int Ratio(long x, long all)
Parameters
System.
|
System.
|
Returns
System.
|