Given the name of an EXTTable gets a CExtTable object containing its definition, but no instance data.

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

Syntax

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

Parameters

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

Return Value

A CExtTable object containing the table's definition, but not any instance data

See Also