Table of Contents

Struct EntityCreatedEventData

Namespace
LinqToDB.Interceptors
Assembly
linq2db.dll
public readonly struct EntityCreatedEventData
Inherited Members
Extension Methods

Properties

Context

Gets data context, associated with event.

public IDataContext Context { get; }

Property Value

IDataContext

DatabaseName

Gets entity database name.

public string? DatabaseName { get; }

Property Value

string

SchemaName

Gets entity schema name.

public string? SchemaName { get; }

Property Value

string

ServerName

Gets entity linked server name.

public string? ServerName { get; }

Property Value

string

TableName

Gets entity table name.

public string? TableName { get; }

Property Value

string

TableOptions

Gets entity table options.

public TableOptions TableOptions { get; }

Property Value

TableOptions