Given the name of an EXTTable gets a CExtTable object containing its definition, but no instance data.
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CExtTable GetExtTableDefinition( string tableName ) |
| Visual Basic (Declaration) |
|---|
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