Share via


RuntimeStoredProcedure.IReadOnlyStoredProcedure.FindOriginalValueParameter Method

Definition

Returns the original value parameter corresponding to the given property.

Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedureParameter IReadOnlyStoredProcedure.FindOriginalValueParameter (string propertyName);
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure.FindOriginalValueParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedureParameter
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure.FindOriginalValueParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedureParameter
Function FindOriginalValueParameter (propertyName As String) As IReadOnlyStoredProcedureParameter Implements IReadOnlyStoredProcedure.FindOriginalValueParameter

Parameters

propertyName
String

The name of a property.

Returns

The original value parameter corresponding to the given property if found; true otherwise.

Implements

Applies to