EdmParameterBag.GetParameter<T> Method (EdmParameterBag.ParameterName)

 

Returns the value of the parameter for the specified EdmParameterBag.ParameterName.

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

public T GetParameter<T>(
	EdmParameterBag.ParameterName parameterName
)
where T : class

Parameters

parameterName
Type: Microsoft.Data.Entity.Design.DatabaseGeneration.EdmParameterBag.ParameterName

The name of the parameter.

Return Value

Type: T

The value of the parameter for the specified EdmParameterBag.ParameterName.

Type Parameters

T

The type of the parameter with the name parameterName.