ObjectParameterCollection.Item Property (String)

 

Gets an indexer that allows callers to retrieve parameters by name.

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

public ObjectParameter this[
	string name
] { get; }

Parameters

name
Type: System.String

The item name.

Property Value

Type: System.Data.Entity.Core.Objects.ObjectParameter

An indexer that allows callers to retrieve parameters by name.