RelationalTriggerExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, StoreObjectIdentifier) |
Gets the database name of the trigger. |
GetDatabaseName(IReadOnlyTrigger) |
Gets the name of the trigger in the database. |
GetDatabaseNameConfigurationSource(IConventionTrigger) |
Gets the configuration source for the database name. |
GetDefaultDatabaseName(IReadOnlyTrigger, StoreObjectIdentifier) |
Returns the default database name that would be used for this trigger. |
GetDefaultDatabaseName(IReadOnlyTrigger) |
Returns the default name that would be used for this trigger in the database. |
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
Entity Framework