TableBuilder.HasTrigger(String) Method
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.
Configures a database trigger on the table.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.TableTriggerBuilder HasTrigger (string modelName);
abstract member HasTrigger : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableTriggerBuilder
override this.HasTrigger : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableTriggerBuilder
Public Overridable Function HasTrigger (modelName As String) As TableTriggerBuilder
Parameters
- modelName
- String
The name of the trigger.
Returns
A builder that can be used to configure the database trigger.
Remarks
See Database triggers for more information and examples.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework