Skip to content
Auto
Products

DbLinkQueryExecutedEventArgs

Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37

public class DbLinkQueryExecutedEventArgs

Inheritance: object → DbLinkQueryExecutedEventArgs

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)
public TimeSpan Duration { get; }

TimeSpan

public Exception Exception { get; }

Exception

public IQuerySource Query { get; }

IQuerySource

public int? RecordsAffected { get; }

int?

public int? RowCount { get; }

int?