Gets the specific field within the table. Works for Definition or Instance tables.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CExtField GetField(
	string fieldName
)
Visual Basic
Public Function GetField ( _
	fieldName As String _
) As CExtField
Visual C++
public:
CExtField^ GetField(
	String^ fieldName
)

Parameters

fieldName
Type: System..::..String
The name of the field to get

Return Value

The CExtField definition or instance. Null if the field does not exist.

See Also