Click or drag to resize

ExportDataRowGetValueByName Method

Field value accessor. Returns value from cache if Detached, otherwise live value from the Data.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public string GetValueByName(
	string field
)

Parameters

field  String
Exact name of the field. Case sensitive.

Return Value

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