IRelationalCommandBuilder.Parameters Property

Definition

The collection of parameters.

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

Property Value

Applies to