Share via


IRelationalCommandTemplate.Parameters Property

Definition

Gets the parameters to be copied to the destination command.

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