Partager via


DbCommandTree.Parameters Propriété

Définition

Obtient le nom et le type correspondant de chaque paramètre qui peuvent être référencés dans ce DbCommandTree .

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,System.Data.Entity.Core.Metadata.Edm.TypeUsage>> Parameters { get; }
member this.Parameters : seq<System.Collections.Generic.KeyValuePair<string, System.Data.Entity.Core.Metadata.Edm.TypeUsage>>
Public ReadOnly Property Parameters As IEnumerable(Of KeyValuePair(Of String, TypeUsage))

Valeur de propriété

Nom et type correspondant de chaque paramètre qui peut être référencé dans ce DbCommandTree .

Attributs

S’applique à