RelationalStrings.StoredProcedureInputParameterForUpdateNonSaveProperty Method
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.
Input parameter '{parameter}' of update stored procedure '{sproc}' is mapped to property '{property}' of entity type '{entityType}', but that property is configured with AfterSaveBehavior '{behavior}', and so cannot be saved on update. You may need to use HasOriginalValueParameter() instead of HasParameter().
public static string StoredProcedureInputParameterForUpdateNonSaveProperty (object? parameter, object? sproc, object? property, object? entityType, object? behavior);
static member StoredProcedureInputParameterForUpdateNonSaveProperty : obj * obj * obj * obj * obj -> string
Public Shared Function StoredProcedureInputParameterForUpdateNonSaveProperty (parameter As Object, sproc As Object, property As Object, entityType As Object, behavior As Object) As String
Parameters
- parameter
- Object
- sproc
- Object
- property
- Object
- entityType
- Object
- behavior
- Object
Returns
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