The ITable type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| GetFields()()()() | Obsolete.
Returns the fields describing the table columns.
| |
| GetKeyFields()()()() | Obsolete.
Returns the fields describing the table's key.
| |
| GetTablePublisher(String) |
Retrieve a publisher instance allowing a client to publish data to this table with the default buffer size and
flush interval.
| |
| GetTablePublisher(String, Int32, TimeSpan) |
Retrieve a publisher instance allowing a client to publish data to this table with the given buffer size and
flush interval.
|