IStoreFunction.Parameters Property

Definition

Gets the parameters for this function.

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

Property Value

Applies to