Share via


DbCommandLogData.Parameters Property

Definition

Gets the parameters for the command.

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

Property Value

Applies to