IMutableDbFunction.Parameters Property

Definition

Gets the parameters for this function

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

Property Value

Applies to