EntityParameterCollection.Item Property

 

Gets the parameter from the collection.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubpropertyItem[Int32]

Gets the EntityParameter at the specified index.

System_CAPS_pubpropertyItem[String]

Gets the EntityParameter with the specified name.


EntityParameterCollection.Item Property (Int32)

Gets the EntityParameter at the specified index.

public EntityParameter this[
	int index
] { get; set; }

Property Value

Type: System.Data.Entity.Core.EntityClient.EntityParameter

The EntityParameter at the specified index.


EntityParameterCollection.Item Property (String)

Gets the EntityParameter with the specified name.

public EntityParameter this[
	string parameterName
] { get; set; }

Property Value

Type: System.Data.Entity.Core.EntityClient.EntityParameter

The EntityParameter with the specified name.