AdoUtilAddCommandParameter Method (IDbCommand, String, Object, Enum, NullableInt32)

Quartz.NET 3.0 API Documentation

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

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

C#
public void AddCommandParameter(
	IDbCommand cmd,
	string paramName,
	Object paramValue,
	Enum dataType,
	Nullable<int> size
)

Parameters

cmd
Type: System.DataIDbCommand

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

paramName
Type: SystemString

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

paramValue
Type: SystemObject

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

dataType
Type: SystemEnum

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

size
Type: SystemNullableInt32

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

See Also

Reference