RelationalStrings.StoredProcedureInputParameterForInsertNonSaveProperty 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 insert stored procedure '{sproc}' is mapped to property '{property}' of entity type '{entityType}', but that property is configured with BeforeSaveBehavior '{behavior}', and so cannot be saved on insert.
public static string StoredProcedureInputParameterForInsertNonSaveProperty (object? parameter, object? sproc, object? property, object? entityType, object? behavior);
static member StoredProcedureInputParameterForInsertNonSaveProperty : obj * obj * obj * obj * obj -> string
Public Shared Function StoredProcedureInputParameterForInsertNonSaveProperty (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