Click or drag to resize

DBMessageAddParameter Method (String, Object, NullableParameterDirection, NullableSqlDbType, NullableInt32, NullableBoolean)

[Missing <summary> documentation for "M:Mcc.Series.DataBase.DBMessage.AddParameter(System.String,System.Object,System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Data.SqlDbType},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

Namespace:  Mcc.Series.DataBase
Assembly:  Mcc.Series.DataBase (in Mcc.Series.DataBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddParameter(
	string paramKey,
	Object paramValue,
	Nullable<ParameterDirection> direction,
	Nullable<SqlDbType> sqlDbType,
	Nullable<int> size,
	Nullable<bool> isNullable
)

Parameters

paramKey
Type: SystemString

[Missing <param name="paramKey"/> documentation for "M:Mcc.Series.DataBase.DBMessage.AddParameter(System.String,System.Object,System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Data.SqlDbType},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

paramValue
Type: SystemObject

[Missing <param name="paramValue"/> documentation for "M:Mcc.Series.DataBase.DBMessage.AddParameter(System.String,System.Object,System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Data.SqlDbType},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

direction
Type: SystemNullableParameterDirection

[Missing <param name="direction"/> documentation for "M:Mcc.Series.DataBase.DBMessage.AddParameter(System.String,System.Object,System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Data.SqlDbType},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

sqlDbType
Type: SystemNullableSqlDbType

[Missing <param name="sqlDbType"/> documentation for "M:Mcc.Series.DataBase.DBMessage.AddParameter(System.String,System.Object,System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Data.SqlDbType},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

size
Type: SystemNullableInt32

[Missing <param name="size"/> documentation for "M:Mcc.Series.DataBase.DBMessage.AddParameter(System.String,System.Object,System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Data.SqlDbType},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

isNullable
Type: SystemNullableBoolean

[Missing <param name="isNullable"/> documentation for "M:Mcc.Series.DataBase.DBMessage.AddParameter(System.String,System.Object,System.Nullable{System.Data.ParameterDirection},System.Nullable{System.Data.SqlDbType},System.Nullable{System.Int32},System.Nullable{System.Boolean})"]

See Also