Click or drag to resize

ExportDataRowSetValueByName Method

Field value setter. Sets field value in cache if Detached, otherwise sets value for the Data.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void SetValueByName(
	string field,
	string value
)

Parameters

field  String
Exact name of the field. Case sensitive. If Detached, the field must already have a cached value; otherwise given value is ignored.
value  String
Value to set.

Return Value

Value of the field or null if not found.
See Also