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)
Syntax
public string GetValueByName(
	string field
)

Parameters

field
Type: SystemString
Exact name of the field. Case sensitive.

Return Value

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