RelationalTriggerExtensions Class

Definition

Trigger extension methods for relational database metadata.

public static class RelationalTriggerExtensions
type RelationalTriggerExtensions = class
Public Module RelationalTriggerExtensions
Inheritance
RelationalTriggerExtensions

Remarks

See Database triggers for more information and examples.

Methods

GetDatabaseName(IReadOnlyTrigger)

Gets the name of the trigger in the database.

GetDatabaseName(IReadOnlyTrigger, StoreObjectIdentifier)

Gets the database name of the trigger.

GetDatabaseNameConfigurationSource(IConventionTrigger)

Gets the configuration source for the database name.

GetDefaultDatabaseName(IReadOnlyTrigger)

Returns the default name that would be used for this trigger in the database.

GetDefaultDatabaseName(IReadOnlyTrigger, StoreObjectIdentifier)

Returns the default database name that would be used for this trigger.

GetTableName(IReadOnlyTrigger)

Gets the name of the table on which this trigger is defined.

GetTableNameConfigurationSource(IConventionTrigger)

Gets the configuration source for the table name.

GetTableSchema(IReadOnlyTrigger)

Gets the schema of the table on which this trigger is defined.

GetTableSchemaConfigurationSource(IConventionTrigger)

Gets the configuration source for the table schema.

SetDatabaseName(IConventionTrigger, String, Boolean)

Sets the name of the trigger in the database.

SetDatabaseName(IMutableTrigger, String)

Sets the name of the trigger in the database.

SetTableName(IConventionTrigger, String, Boolean)

Sets the name of the table on which this trigger is defined.

SetTableName(IMutableTrigger, String)

Sets the name of the table on which this trigger is defined.

SetTableSchema(IConventionTrigger, String, Boolean)

Sets the schema of the table on which this trigger is defined.

SetTableSchema(IMutableTrigger, String)

Sets the schema of the table on which this trigger is defined.

Applies to