IReadOnlyStoredProcedure.FindRowsAffectedParameter 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.
Returns the rows affected parameter.
public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedureParameter? FindRowsAffectedParameter ();
abstract member FindRowsAffectedParameter : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedureParameter
Public Function FindRowsAffectedParameter () As IReadOnlyStoredProcedureParameter
Returns
The rows affected parameter if found; true
otherwise.
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