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
-
IAnnotatableIReadOnlyAnnotatable
- 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
IEntityTypestoreStoredProcedure
StoreStoredProcedurestoredProcedure
IStoredProceduretableMapping
ITableMappingincludesDerivedTypes
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
StoreStoredProcedure
public virtual IStoreStoredProcedure StoreStoredProcedure { get; }
Property Value
StoredProcedure
public virtual IStoredProcedure StoredProcedure { get; }
Property Value
StoredProcedureIdentifier
public virtual StoreObjectIdentifier StoredProcedureIdentifier { get; }
Property Value
TableMapping
public virtual ITableMapping? TableMapping { get; }
Property Value
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
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()