Table of Contents

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 DbFunctionParameter
modelBuilder 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 bool
configurationSource ConfigurationSource

Returns

bool

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 string
configurationSource ConfigurationSource

Returns

bool

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 RelationalTypeMapping
configurationSource ConfigurationSource

Returns

bool

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 string
configurationSource ConfigurationSource

Returns

IConventionDbFunctionParameterBuilder

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 RelationalTypeMapping
configurationSource ConfigurationSource

Returns

IConventionDbFunctionParameterBuilder

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 bool
configurationSource ConfigurationSource

Returns

IConventionDbFunctionParameterBuilder