StdAdoDelegateAddCommandParameter Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.AddCommandParameter(System.Data.Common.DbCommand,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 virtual void AddCommandParameter(
	DbCommand cmd,
	string paramName,
	Object paramValue,
	Enum dataType = null,
	Nullable<int> size = null
)

Parameters

cmd
Type: System.Data.CommonDbCommand

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

paramName
Type: SystemString

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

paramValue
Type: SystemObject

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

dataType (Optional)
Type: SystemEnum

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

size (Optional)
Type: SystemNullableInt32

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

Implements

IDbAccessorAddCommandParameter(DbCommand, String, Object, Enum, NullableInt32)
See Also

Reference