Class InternalDbFunctionParameterBuilder
- Namespace
- Microsoft.EntityFrameworkCore.Metadata.Builders.Internal
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
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.
public class InternalDbFunctionParameterBuilder : AnnotatableBuilder<DbFunctionParameter, IConventionModelBuilder>, IConventionDbFunctionParameterBuilder, IConventionAnnotatableBuilder
- Inheritance
-
InternalDbFunctionParameterBuilder
- Implements
-
IConventionAnnotatableBuilder
Constructors
InternalDbFunctionParameterBuilder(DbFunctionParameter, IConventionModelBuilder)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public InternalDbFunctionParameterBuilder(DbFunctionParameter parameter, IConventionModelBuilder modelBuilder)
Parameters
parameter
DbFunctionParametermodelBuilder
IConventionModelBuilder
Methods
CanSetPropagatesNullability(bool, ConfigurationSource)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual bool CanSetPropagatesNullability(bool propagatesNullability, ConfigurationSource configurationSource)
Parameters
propagatesNullability
boolconfigurationSource
ConfigurationSource
Returns
CanSetStoreType(string, ConfigurationSource)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual bool CanSetStoreType(string storeType, ConfigurationSource configurationSource)
Parameters
storeType
stringconfigurationSource
ConfigurationSource
Returns
CanSetTypeMapping(RelationalTypeMapping, ConfigurationSource)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual bool CanSetTypeMapping(RelationalTypeMapping typeMapping, ConfigurationSource configurationSource)
Parameters
typeMapping
RelationalTypeMappingconfigurationSource
ConfigurationSource
Returns
HasStoreType(string, ConfigurationSource)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual IConventionDbFunctionParameterBuilder HasStoreType(string storeType, ConfigurationSource configurationSource)
Parameters
storeType
stringconfigurationSource
ConfigurationSource
Returns
HasTypeMapping(RelationalTypeMapping, ConfigurationSource)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual IConventionDbFunctionParameterBuilder HasTypeMapping(RelationalTypeMapping typeMapping, ConfigurationSource configurationSource)
Parameters
typeMapping
RelationalTypeMappingconfigurationSource
ConfigurationSource
Returns
PropagatesNullability(bool, ConfigurationSource)
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.
public virtual IConventionDbFunctionParameterBuilder PropagatesNullability(bool propagatesNullability, ConfigurationSource configurationSource)
Parameters
propagatesNullability
boolconfigurationSource
ConfigurationSource