linq2db by Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko

<PackageReference Include="linq2db" Version="3.4.3" />

.NET API 3,397,120 bytes

 EntityCreatedEventArgs

public class EntityCreatedEventArgs
Provides data for the OnEntityCreated event.
public string DatabaseName { get; set; }

DatabaseName of the current entity

public IDataContext DataContext { get; set; }

DataContext that created a new entity.

public object Entity { get; set; }

Get or sets the entity that created.

public string SchemaName { get; set; }

SchemaName of the current entity

public string ServerName { get; set; }

SchemaName of the current entity

public string TableName { get; set; }

TableName of the current entity

public TableOptions TableOptions { get; set; }

TableOptions of the current entity