DataSetValues Method
Assigns the value of some fields to the corresponding column of the
DataRow.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void SetValues(
DataRow data,
List<DataField> values,
bool includeReadOnly = false
)
Public Shared Sub SetValues (
data As DataRow,
values As List(Of DataField),
Optional includeReadOnly As Boolean = 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.