Click or drag to resize

IRecordGetTable Method

Gets a table that matches the given name.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
ITable GetTable(
	string name
)

Parameters

name
Type: SystemString
The name of the table.

Return Value

Type: ITable
The matching table, or null if the table was not found.
See Also