This document is archived and information here might be outdated. Recommended version. |
Binds a symbol to a Table.
[Visual Basic .NET] Public Sub BindTable ( _ ByVal Table As ITable, _ ByVal Symbol As String _ )
[C#] public void BindTable ( ITable Table, string Symbol );
[C++]
HRESULT BindTable(
ITable* Table,
BSTR Symbol
);
[C++] Parameters Table [in]
Table is a parameter of type ITable* Symbol [in]
Symbol is a parameter of type BSTR
table |
an input table object that implements ITable interface |
symbol |
a string name which identifies the input table |