Share via


RelationalCommandBuilder.Parameters Property

Definition

The collection of parameters.

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

Property Value

Implements

Applies to