Namespace Microsoft.EntityFrameworkCore.Metadata.Builders
Classes
- DbFunctionBuilder
Provides a simple API for configuring a IMutableDbFunction.
- DbFunctionBuilderBase
Provides a simple API for configuring a IMutableDbFunction.
- DbFunctionParameterBuilder
Provides a simple API for configuring a DbFunctionParameter.
Instances of this class are returned from methods when using the Microsoft.EntityFrameworkCore.ModelBuilder API and it is not designed to be directly constructed in your application code.
- SequenceBuilder
Provides a simple API for configuring a ISequence.
- TableBuilder
Instances of this class are returned from methods when using the Microsoft.EntityFrameworkCore.ModelBuilder API and it is not designed to be directly constructed in your application code.
- TableBuilder<TEntity>
Instances of this class are returned from methods when using the Microsoft.EntityFrameworkCore.ModelBuilder API and it is not designed to be directly constructed in your application code.
- TableValuedFunctionBuilder
Provides a simple API for configuring a IMutableDbFunction.
Interfaces
- IConventionDbFunctionBuilder
Provides a simple API for configuring a IConventionDbFunction.
- IConventionDbFunctionParameterBuilder
Provides a simple API for configuring a IConventionDbFunctionParameter.
- IConventionSequenceBuilder
Provides a simple API for configuring a IConventionSequence.