EntityParameterCollection.Item Property
Gets the parameter from the collection.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Item[Int32] | Gets the EntityParameter at the specified index. |
![]() | Item[String] | Gets the EntityParameter with the specified name. |
EntityParameterCollection.Item Property (Int32)
Gets the EntityParameter at the specified index.
Property Value
Type: System.Data.Entity.Core.EntityClient.EntityParameterThe EntityParameter at the specified index.
EntityParameterCollection.Item Property (String)
Gets the EntityParameter with the specified name.
Property Value
Type: System.Data.Entity.Core.EntityClient.EntityParameterThe EntityParameter with the specified name.