The ITable type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
GetFields()()()()
Returns the fields describing the table columns.
GetKeyFields()()()()
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.

See Also