DbCommandTree.Parameters Property

 

Gets the name and corresponding type of each parameter that can be referenced within this command tree.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public IEnumerable<KeyValuePair<string, TypeUsage>> Parameters { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, TypeUsage>>

The name and corresponding type of each parameter that can be referenced within this command tree.