Finds the ExtTable instance with the given name for the Contact and returns a reference to it.

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

Syntax

C#
public CExtTable GetExtTableByName(
	string tableName
)
Visual Basic (Declaration)
Public Function GetExtTableByName ( _
	tableName As String _
) As CExtTable
Visual C++
public:
CExtTable^ GetExtTableByName(
	String^ tableName
)

Parameters

tableName
Type: System..::.String
The name of the ExtTable desired

Return Value

A reference to the ExtTable instance if found, or null if no ExtTable instance with the given name is found for the Contact.

See Also