Table of Contents

Class InternalDbFunctionBuilder

Namespace
Microsoft.EntityFrameworkCore.Metadata.Builders.Internal
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

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 class InternalDbFunctionBuilder : AnnotatableBuilder<DbFunction, IConventionModelBuilder>, IConventionDbFunctionBuilder, IConventionAnnotatableBuilder
Inheritance
InternalDbFunctionBuilder
Implements
IConventionAnnotatableBuilder

Constructors

InternalDbFunctionBuilder(DbFunction, 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 InternalDbFunctionBuilder(DbFunction function, IConventionModelBuilder modelBuilder)

Parameters

function DbFunction
modelBuilder IConventionModelBuilder

Methods

CanSetIsBuiltIn(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 CanSetIsBuiltIn(bool builtIn, ConfigurationSource configurationSource)

Parameters

builtIn bool
configurationSource ConfigurationSource

Returns

bool

CanSetIsNullable(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 CanSetIsNullable(bool nullable, ConfigurationSource configurationSource)

Parameters

nullable bool
configurationSource ConfigurationSource

Returns

bool

CanSetName(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 CanSetName(string name, ConfigurationSource configurationSource)

Parameters

name string
configurationSource ConfigurationSource

Returns

bool

CanSetSchema(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 CanSetSchema(string schema, ConfigurationSource configurationSource)

Parameters

schema string
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

CanSetTranslation(Func<IReadOnlyCollection<SqlExpression>, SqlExpression>, 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 CanSetTranslation(Func<IReadOnlyCollection<SqlExpression>, SqlExpression> translation, ConfigurationSource configurationSource)

Parameters

translation Func<IReadOnlyCollection<SqlExpression>, SqlExpression>
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 returnTypeMapping, ConfigurationSource configurationSource)

Parameters

returnTypeMapping RelationalTypeMapping
configurationSource ConfigurationSource

Returns

bool

HasName(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 IConventionDbFunctionBuilder HasName(string name, ConfigurationSource configurationSource)

Parameters

name string
configurationSource ConfigurationSource

Returns

IConventionDbFunctionBuilder

HasParameter(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 InternalDbFunctionParameterBuilder HasParameter(string name, ConfigurationSource configurationSource)

Parameters

name string
configurationSource ConfigurationSource

Returns

InternalDbFunctionParameterBuilder

HasSchema(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 IConventionDbFunctionBuilder HasSchema(string schema, ConfigurationSource configurationSource)

Parameters

schema string
configurationSource ConfigurationSource

Returns

IConventionDbFunctionBuilder

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 IConventionDbFunctionBuilder HasStoreType(string storeType, ConfigurationSource configurationSource)

Parameters

storeType string
configurationSource ConfigurationSource

Returns

IConventionDbFunctionBuilder

HasTranslation(Func<IReadOnlyCollection<SqlExpression>, SqlExpression>, 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 IConventionDbFunctionBuilder HasTranslation(Func<IReadOnlyCollection<SqlExpression>, SqlExpression> translation, ConfigurationSource configurationSource)

Parameters

translation Func<IReadOnlyCollection<SqlExpression>, SqlExpression>
configurationSource ConfigurationSource

Returns

IConventionDbFunctionBuilder

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 IConventionDbFunctionBuilder HasTypeMapping(RelationalTypeMapping returnTypeMapping, ConfigurationSource configurationSource)

Parameters

returnTypeMapping RelationalTypeMapping
configurationSource ConfigurationSource

Returns

IConventionDbFunctionBuilder

IsBuiltIn(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 IConventionDbFunctionBuilder IsBuiltIn(bool builtIn, ConfigurationSource configurationSource)

Parameters

builtIn bool
configurationSource ConfigurationSource

Returns

IConventionDbFunctionBuilder

IsNullable(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 IConventionDbFunctionBuilder IsNullable(bool nullable, ConfigurationSource configurationSource)

Parameters

nullable bool
configurationSource ConfigurationSource

Returns

IConventionDbFunctionBuilder