RelationalStrings.StoredProcedureRowsAffectedWithResultColumns 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.
The entity type '{entityType}' is mapped to the stored procedure '{sproc}' which returns both result columns and a rows affected value. If the stored procedure returns result columns, a rows affected value isn't needed and can be safely removed.
public static string StoredProcedureRowsAffectedWithResultColumns (object? entityType, object? sproc);
static member StoredProcedureRowsAffectedWithResultColumns : obj * obj -> string
Public Shared Function StoredProcedureRowsAffectedWithResultColumns (entityType As Object, sproc As Object) As String
Parameters
- entityType
- Object
- sproc
- 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