EntityCommand.Parameters 属性

定义

获取 Entity SQL 语句的参数或存储过程。

public virtual System.Data.Entity.Core.EntityClient.EntityParameterCollection Parameters { get; }
member this.Parameters : System.Data.Entity.Core.EntityClient.EntityParameterCollection
Public Overridable ReadOnly Property Parameters As EntityParameterCollection

属性值

Entity SQL 语句或存储过程的参数。

适用于