Table of Contents

Class StoredProcedureMapping

Namespace
Microsoft.EntityFrameworkCore.Metadata.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 StoredProcedureMapping : TableMappingBase<IStoredProcedureResultColumnMapping>, IStoredProcedureMapping, ITableMappingBase, IAnnotatable, IReadOnlyAnnotatable
Inheritance
StoredProcedureMapping
Implements
IAnnotatable
IReadOnlyAnnotatable
Inherited Members

Constructors

StoredProcedureMapping(IEntityType, StoreStoredProcedure, IStoredProcedure, ITableMapping?, bool)

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 StoredProcedureMapping(IEntityType entityType, StoreStoredProcedure storeStoredProcedure, IStoredProcedure storedProcedure, ITableMapping? tableMapping, bool includesDerivedTypes)

Parameters

entityType IEntityType
storeStoredProcedure StoreStoredProcedure
storedProcedure IStoredProcedure
tableMapping ITableMapping
includesDerivedTypes bool

Properties

DebugView

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 DebugView DebugView { get; }

Property Value

DebugView

ParameterMappings

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 List<IStoredProcedureParameterMapping> ParameterMappings { get; }

Property Value

List<IStoredProcedureParameterMapping>

StoreStoredProcedure

public virtual IStoreStoredProcedure StoreStoredProcedure { get; }

Property Value

IStoreStoredProcedure

StoredProcedure

public virtual IStoredProcedure StoredProcedure { get; }

Property Value

IStoredProcedure

StoredProcedureIdentifier

public virtual StoreObjectIdentifier StoredProcedureIdentifier { get; }

Property Value

StoreObjectIdentifier

TableMapping

public virtual ITableMapping? TableMapping { get; }

Property Value

ITableMapping

Methods

AddParameterMapping(IStoredProcedureParameterMapping)

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 AddParameterMapping(IStoredProcedureParameterMapping parameterMapping)

Parameters

parameterMapping IStoredProcedureParameterMapping

Returns

bool

ToString()

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 override string ToString()

Returns

string