DbProviderServices.SetParameterValue(DbParameter, TypeUsage, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the parameter value and appropriate facets for the given TypeUsage.
public void SetParameterValue (System.Data.Common.DbParameter parameter, System.Data.Entity.Core.Metadata.Edm.TypeUsage parameterType, object value);
member this.SetParameterValue : System.Data.Common.DbParameter * System.Data.Entity.Core.Metadata.Edm.TypeUsage * obj -> unit
Public Sub SetParameterValue (parameter As DbParameter, parameterType As TypeUsage, value As Object)
Parameters
- parameter
- DbParameter
The parameter.
- parameterType
- TypeUsage
The type of the parameter.
- value
- Object
The value of the parameter.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework