GetFieldInfo (by Name) 

Purpose

Obtains information about a field by name.

Syntax

const RFC_FIELD_INFO* GetFieldInfo(CSTR fldName) const;

Return Value

Pointer to a constant RFC_FIELD_INFO struct containing the information. NULL if no field information with that name can be found.

Parameters

fldName: Name of the field.

Related Information

GetFieldInfo (by Index/Column Number)

The RFC_FIELD_INFO Structure