Struct EntityCreatedEventData
- Namespace
- LinqToDB.Interceptors
- Assembly
- linq2db.dll
Event arguments for EntityCreated(EntityCreatedEventData, object) event.
public readonly struct EntityCreatedEventData
- Inherited Members
- Extension Methods
Properties
Context
Gets data context, associated with event.
public IDataContext Context { get; }
Property Value
DatabaseName
Gets entity database name.
public string? DatabaseName { get; }
Property Value
SchemaName
Gets entity schema name.
public string? SchemaName { get; }
Property Value
ServerName
Gets entity linked server name.
public string? ServerName { get; }
Property Value
TableName
Gets entity table name.
public string? TableName { get; }
Property Value
TableOptions
Gets entity table options.
public TableOptions TableOptions { get; }