Share via


RuntimeStoredProcedure.IReadOnlyStoredProcedure.FindParameter(String) Method

Definition

Returns the parameter corresponding to the given property.

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

Parameters

propertyName
String

The name of a property.

Returns

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

Implements

Applies to