RelationalDbFunctionAttributeConvention.ProcessDbFunctionAdded 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.
Called when an IConventionDbFunction is added to the model.
protected virtual void ProcessDbFunctionAdded (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder dbFunctionBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
abstract member ProcessDbFunctionAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
override this.ProcessDbFunctionAdded : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overridable Sub ProcessDbFunctionAdded (dbFunctionBuilder As IConventionDbFunctionBuilder, context As IConventionContext)
Parameters
- dbFunctionBuilder
- IConventionDbFunctionBuilder
The builder for the IConventionDbFunction.
- context
- IConventionContext
Additional information associated with convention execution.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework