RuntimeDbFunction.IDbFunction.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.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