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.111.0)
Syntax public BCSTable Table(
string name
)
Public Function Table (
name As String
) As BCSTable
Parameters
- name
- Type: SystemString
The name of the table.
Return Value
Type:
BCSTableThe table with the specified name.
See Also