DbLinkQueryExecutedEventArgs
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class DbLinkQueryExecutedEventArgsInheritance: object → DbLinkQueryExecutedEventArgs
Constructors
Section titled “Constructors”DbLinkQueryExecutedEventArgs(IQuerySource, TimeSpan, Exception, int?, int?)
Section titled “DbLinkQueryExecutedEventArgs(IQuerySource, TimeSpan, Exception, int?, int?)”public DbLinkQueryExecutedEventArgs(IQuerySource query, TimeSpan duration, Exception exception, int? rowCount, int? recordsAffected)Parameters
Section titled “Parameters”queryIQuerySourcedurationTimeSpanexceptionExceptionrowCountint?recordsAffectedint?
Properties
Section titled “Properties”Duration
Section titled “Duration”public TimeSpan Duration { get; }Property Value
Section titled “Property Value”Exception
Section titled “Exception”public Exception Exception { get; }Property Value
Section titled “Property Value”public IQuerySource Query { get; }Property Value
Section titled “Property Value”RecordsAffected
Section titled “RecordsAffected”public int? RecordsAffected { get; }Property Value
Section titled “Property Value”int?
RowCount
Section titled “RowCount”public int? RowCount { get; }Property Value
Section titled “Property Value”int?