VirtualUser GetDataTable Method C# API
Gets the specified Data Table.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public IDataTable GetDataTable(
	string key
)

Parameters

key
Type: System String
The name of the IDataTable.

Return Value

A reference to a named IDataTable object.
Remarks

This method allows you to locate the existing Data Table by name. The dictionaries it contains can then be accessed by using the appropriate methods of IDataTable.
See Also