DataSetValues Method

Assigns the value of some fields to the corresponding column of the DataRow.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void SetValues(
	DataRow data,
	List<DataField> values,
	bool includeReadOnly = false
)

Parameters

data  DataRow
DataRow where the value will be assigned.
values  ListDataField
Values to establish.
includeReadOnly  Boolean  (Optional)
Indicates whether to include values in read-only fields.

See Also