ParametersExist Method

Indicates whether the parameter exists in the dataset.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool Exist(
	DataTable dataParameters,
	string parameter
)

Parameters

dataParameters  DataTable
Data parameters.
parameter  String
Parameter name.

Return Value

Boolean
if the parameter exists in the dataset; otherwise, .

See Also