RuntimeStoredProcedure.IStoredProcedure.FindParameter(String) Method

Definition

Returns the parameter corresponding to the given property.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter IStoredProcedure.FindParameter (string propertyName);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure.FindParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter
override this.Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure.FindParameter : string -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureParameter
Function FindParameter (propertyName As String) As IStoredProcedureParameter Implements IStoredProcedure.FindParameter

Parameters

propertyName
String

The name of a property.

Returns

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

Implements

Attributes

Applies to