Share via


IReadOnlyDbFunction.Parameters Property

Definition

Gets the parameters for this function.

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter> Parameters { get; }
member this.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter>
Public ReadOnly Property Parameters As IReadOnlyList(Of IReadOnlyDbFunctionParameter)

Property Value

Applies to