Gets the specific instance of the table in a multi-instance table

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

Syntax

C#
public CExtTable GetInstance(
	int index
)
Visual Basic (Declaration)
Public Function GetInstance ( _
	index As Integer _
) As CExtTable
Visual C++
public:
CExtTable^ GetInstance(
	int index
)

Parameters

index
Type: System..::.Int32
The index into the array of tables of the desired table

Return Value

The table instance at that index or null if there is no table with that index

See Also