共用方式為


IRelationalCommand.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)

屬性值

適用於