Click or drag to resize
BCSVaultTable Method
Returns a table with the specified name.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCSTable Table(
	string name
)

Parameters

name
Type: SystemString
The name of the table.

Return Value

Type: BCSTable
The table with the specified name.
See Also