RelationalTriggerBuilderExtensions 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.
Relational database specific extension methods for TriggerBuilder.
public static class RelationalTriggerBuilderExtensions
type RelationalTriggerBuilderExtensions = class
Public Module RelationalTriggerBuilderExtensions
- Inheritance
-
RelationalTriggerBuilderExtensions
Remarks
See Database triggers for more information and examples.
Methods
CanSetDatabaseName(IConventionTriggerBuilder, String, Boolean) |
Returns a value indicating whether the given name can be set for the trigger. |
CanSetTableName(IConventionTriggerBuilder, String, Boolean) |
Returns a value indicating whether the given table name can be set for the trigger. |
CanSetTableSchema(IConventionTriggerBuilder, String, Boolean) |
Returns a value indicating whether the given table schema can be set for the trigger. |
HasDatabaseName(IConventionTriggerBuilder, String, Boolean) |
Sets the database name of the trigger. |
HasTableName(IConventionTriggerBuilder, String, Boolean) |
Sets name of the table on which this trigger is defined. |
HasTableSchema(IConventionTriggerBuilder, String, Boolean) |
Sets the schema of the table on which this trigger is defined. |
Applies to
Entity Framework