Class EntityCreatedEventArgs
Inheritance
System.Object
EntityCreatedEventArgs
Namespace: LinqToDB
Assembly: linq2db.Tools.dll
Syntax
public class EntityCreatedEventArgs : object
Properties
| Improve this Doc View SourceDataContext
DataContext that created a new entity.
Declaration
public IDataContext DataContext { get; }
Property Value
Type | Description |
---|---|
IDataContext |
Entity
Get or sets the entity that created.
Declaration
public object Entity { get; set; }
Property Value
Type | Description |
---|---|
System.Object |