AdoUtilAddCommandParameter Method (IDbCommand, String, Object)

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.AdoUtil.AddCommandParameter(System.Data.IDbCommand,System.String,System.Object)"]

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public void AddCommandParameter(
	IDbCommand cmd,
	string paramName,
	Object paramValue
)

Parameters

cmd
Type: System.DataIDbCommand

[Missing <param name="cmd"/> documentation for "M:Quartz.Impl.AdoJobStore.AdoUtil.AddCommandParameter(System.Data.IDbCommand,System.String,System.Object)"]

paramName
Type: SystemString

[Missing <param name="paramName"/> documentation for "M:Quartz.Impl.AdoJobStore.AdoUtil.AddCommandParameter(System.Data.IDbCommand,System.String,System.Object)"]

paramValue
Type: SystemObject

[Missing <param name="paramValue"/> documentation for "M:Quartz.Impl.AdoJobStore.AdoUtil.AddCommandParameter(System.Data.IDbCommand,System.String,System.Object)"]

See Also

Reference