Returns a table with the specified name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCSTable GetTable(
	string name
)
Visual Basic
Public Function GetTable ( _
	name As String _
) As BCSTable
Visual C++
public:
BCSTable^ GetTable(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the table to return.

Return Value

A table with the specified name.

See Also