Adds a new instance of a CExtTable with the given name 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 NewExtTableRow(
	string tableName
)
Visual Basic (Declaration)
Public Function NewExtTableRow ( _
	tableName As String _
) As CExtTable
Visual C++
public:
CExtTable^ NewExtTableRow(
	String^ tableName
)

Parameters

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

Return Value

A reference to the new CExtTable instance

See Also