ParametersAddValue Method

Add a parameter to the parameter dataset.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void AddValue(
	ref DataTable dataParameters,
	string parameter,
	Object value,
	Type type = null,
	bool allowDBNull = true
)

Parameters

dataParameters  DataTable
Data parameters.
parameter  String
Parameter name.
value  Object
Value.
type  Type  (Optional)
Data type.
allowDBNull  Boolean  (Optional)
Indicates whether DBNull is supported.

See Also