Enum ActivityID
Activity Service event ID.
public enum ActivityID
- Extension Methods
Fields
Build = 9BuildQuery = 14BuildSequence = 10BuildSequenceBuild = 12BuildSequenceCanBuild = 11BuildSql = 45BulkCopy = 43BulkCopyAsync = 44CommandExecuteNonQuery = 69CommandExecuteNonQueryAsync = 70CommandExecuteReader = 67CommandExecuteReaderAsync = 68CommandExecuteScalar = 65CommandExecuteScalarAsync = 66CommandInfoExecute = 46CommandInfoExecuteAsync = 49CommandInfoExecuteAsyncT = 50CommandInfoExecuteCustom = 48CommandInfoExecuteT = 47CommandInterceptorAfterExecuteReader = 78The AfterExecuteReader(CommandEventData, DbCommand, CommandBehavior, DbDataReader) method call.
CommandInterceptorBeforeReaderDispose = 79The BeforeReaderDispose(CommandEventData, DbCommand?, DbDataReader) method call.
CommandInterceptorBeforeReaderDisposeAsync = 80The BeforeReaderDisposeAsync(CommandEventData, DbCommand?, DbDataReader) method call.
CommandInterceptorCommandInitialized = 71The CommandInitialized(CommandEventData, DbCommand) method call.
CommandInterceptorExecuteNonQuery = 74The ExecuteNonQuery(CommandEventData, DbCommand, Option<int>) method call.
CommandInterceptorExecuteNonQueryAsync = 75The ExecuteNonQueryAsync(CommandEventData, DbCommand, Option<int>, CancellationToken) method call.
CommandInterceptorExecuteReader = 76The ExecuteReader(CommandEventData, DbCommand, CommandBehavior, Option<DbDataReader>) method call.
CommandInterceptorExecuteReaderAsync = 77The ExecuteReaderAsync(CommandEventData, DbCommand, CommandBehavior, Option<DbDataReader>, CancellationToken) method call.
CommandInterceptorExecuteScalar = 72The ExecuteScalar(CommandEventData, DbCommand, Option<object?>) method call.
CommandInterceptorExecuteScalarAsync = 73The ExecuteScalarAsync(CommandEventData, DbCommand, Option<object?>, CancellationToken) method call.
ConnectionBeginTransaction = 57ConnectionBeginTransactionAsync = 58ConnectionClose = 53ConnectionCloseAsync = 54ConnectionDispose = 55ConnectionDisposeAsync = 56ConnectionInterceptorConnectionOpened = 83The ConnectionOpened(ConnectionEventData, DbConnection) method call.
ConnectionInterceptorConnectionOpenedAsync = 84The ConnectionOpenedAsync(ConnectionEventData, DbConnection, CancellationToken) method call.
ConnectionInterceptorConnectionOpening = 81The ConnectionOpening(ConnectionEventData, DbConnection) method call.
ConnectionInterceptorConnectionOpeningAsync = 82The ConnectionOpeningAsync(ConnectionEventData, DbConnection, CancellationToken) method call.
ConnectionOpen = 51ConnectionOpenAsync = 52CreateTable = 29CreateTableAsync = 30DataContextInterceptorOnClosed = 87The OnClosed(DataContextEventData) method call.
DataContextInterceptorOnClosedAsync = 88The OnClosedAsync(DataContextEventData) method call.
DataContextInterceptorOnClosing = 85The OnClosing(DataContextEventData) method call.
DataContextInterceptorOnClosingAsync = 86The OnClosingAsync(DataContextEventData) method call.
DeleteObject = 33DeleteObjectAsync = 34DropTable = 31DropTableAsync = 32EntityServiceInterceptorEntityCreated = 89The EntityCreated(EntityCreatedEventData, object) method call.
ExecuteElement = 19ExecuteElementAsync = 20ExecuteNonQuery = 23ExecuteNonQuery2 = 25ExecuteNonQuery2Async = 26ExecuteNonQueryAsync = 24ExecuteQuery = 17ExecuteQueryAsync = 18ExecuteScalar = 21ExecuteScalarAlternative = 27Alternative implementation of InsertOrReplace<T>(IDataContext, T, InsertOrUpdateColumnFilter<T>?, string?, string?, string?, string?, TableOptions) method.
ExecuteScalarAlternativeAsync = 28ExecuteScalarAsync = 22FinalizeQuery = 15GetIEnumerable = 16GetQueryCreate = 8GetQueryFind = 5GetQueryFindExpose = 6GetQueryFindFind = 7GetQueryTotal = 4GetSqlText = 94InsertObject = 35InsertObjectAsync = 36InsertOrReplaceObject = 37InsertOrReplaceObjectAsync = 38InsertWithIdentityObject = 39InsertWithIdentityObjectAsync = 40Materialization = 95OnTraceInternal = 96QueryProviderExecute = 1QueryProviderExecuteT = 0QueryProviderGetEnumerator = 3QueryProviderGetEnumeratorT = 2ReorderBuilders = 13TransactionCommit = 59TransactionCommitAsync = 60TransactionDispose = 63TransactionDisposeAsync = 64TransactionRollback = 61TransactionRollbackAsync = 62UnwrapDataObjectInterceptorUnwrapCommand = 92The UnwrapCommand(IDataContext, DbCommand) method call.
UnwrapDataObjectInterceptorUnwrapConnection = 90The UnwrapConnection(IDataContext, DbConnection) method call.
UnwrapDataObjectInterceptorUnwrapDataReader = 93The UnwrapDataReader(IDataContext, DbDataReader) method call.
UnwrapDataObjectInterceptorUnwrapTransaction = 91The UnwrapTransaction(IDataContext, DbTransaction) method call.
UpdateObject = 41UpdateObjectAsync = 42