DbProviderServices.SetDbParameterValue(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 values for the DbProviderServices.
protected:
virtual void SetDbParameterValue(System::Data::Common::DbParameter ^ parameter, System::Data::Metadata::Edm::TypeUsage ^ parameterType, System::Object ^ value);
protected virtual void SetDbParameterValue (System.Data.Common.DbParameter parameter, System.Data.Metadata.Edm.TypeUsage parameterType, object value);
abstract member SetDbParameterValue : System.Data.Common.DbParameter * System.Data.Metadata.Edm.TypeUsage * obj -> unit
override this.SetDbParameterValue : System.Data.Common.DbParameter * System.Data.Metadata.Edm.TypeUsage * obj -> unit
Protected Overridable Sub SetDbParameterValue (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.