EdmParameterBag.GetParameter<T> Method (EdmParameterBag.ParameterName)
Returns the value of the parameter for the specified EdmParameterBag.ParameterName.
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
Parameters
- parameterName
-
Type:
Microsoft.Data.Entity.Design.DatabaseGeneration.EdmParameterBag.ParameterName
The name of the parameter.
Type Parameters
- T
The type of the parameter with the name parameterName.