Interface ITraceEvent
Namespace: Telerik.OpenAccess.Diagnostics
Assembly: Telerik.OpenAccess.dll
Syntax
public interface ITraceEvent
Properties
BatchedStatements
Declaration
int BatchedStatements { get; }
Property Value
System.
|
ConnectionId
Declaration
int ConnectionId { get; }
Property Value
System.
|
ContextId
Declaration
int ContextId { get; }
Property Value
System.
|
ContextName
Declaration
string ContextName { get; }
Property Value
System.
|
Description
Declaration
string Description { get; }
Property Value
System.
|
Duration
Declaration
TimeSpan? Duration { get; }
Property Value
System.
|
ErrorMessage
Declaration
string ErrorMessage { get; }
Property Value
System.
|
EventId
Declaration
int EventId { get; }
Property Value
System.
|
EventType
FetchGroup
Declaration
string FetchGroup { get; }
Property Value
System.
|
FieldName
Declaration
string FieldName { get; }
Property Value
System.
|
Information
Declaration
string Information { get; }
Property Value
System.
|
Name
Declaration
string Name { get; }
Property Value
System.
|
Query
Declaration
string Query { get; }
Property Value
System.
|
ResultId
Declaration
int ResultId { get; }
Property Value
System.
|
StatementId
Declaration
int StatementId { get; }
Property Value
System.
|
Timestamp
Declaration
DateTime Timestamp { get; }
Property Value
System.
|