RuntimeDbFunction.IDbFunction.Parameters Property

Definition

Gets the parameters for this function

System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter> Microsoft.EntityFrameworkCore.Metadata.IDbFunction.Parameters { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IDbFunction.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter>
 ReadOnly Property Parameters As IReadOnlyList(Of IDbFunctionParameter) Implements IDbFunction.Parameters

Property Value

Implements

Attributes

Applies to