RuntimeDbFunction.IReadOnlyDbFunction.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parameters for this function.
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Parameters { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Parameters : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter>
ReadOnly Property Parameters As IReadOnlyList(Of IReadOnlyDbFunctionParameter) Implements IReadOnlyDbFunction.Parameters
Property Value
Implements
- Attributes