AssociationModificationStoredProcedureConfiguration<TEntityType> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows configuration to be performed for a stored procedure that is used to modify a relationship.
public class AssociationModificationStoredProcedureConfiguration<TEntityType> where TEntityType : class
type AssociationModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> = class
Public Class AssociationModificationStoredProcedureConfiguration(Of TEntityType)
Type Parameters
- TEntityType
The type of the entity that the relationship is being configured from.
- Inheritance
-
AssociationModificationStoredProcedureConfiguration<TEntityType>
Methods
Parameter(Expression<Func<TEntityType,Byte[]>>, String) |
Configures a parameter for this stored procedure. |
Parameter(Expression<Func<TEntityType,String>>, String) |
Configures a parameter for this stored procedure. |
Parameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String) |
Configures a parameter for this stored procedure. |
Parameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String) |
Configures a parameter for this stored procedure. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework