ParametersGetValue Method

Obtains the information of a parameter of a datatable where each column corresponds to a parameter.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object GetValue(
	DataTable dataParameters,
	string parameter,
	bool allowDBNull = true
)

Parameters

dataParameters  DataTable
Data parameters.
parameter  String
Parameter name.
allowDBNull  Boolean  (Optional)
Indicates whether DBNull is supported.

Return Value

Object
Object with the information of a parameter of a datatable where each column corresponds to a parameter.

See Also