IConventionDbFunction.Parameters Property

Definition

Gets the parameters for this function

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

Property Value

Applies to