Schema needed to create tuples for the publish method. This schema does not include any internal fields maintained by LiveView. It will only be the necessary data fields of the table.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.1.3746 (2.2.1.3746)

Collapse imageSyntax

         
 C#  Visual Basic  Visual C++ 
Schema TableSchema { get; }
ReadOnly Property TableSchema As Schema
	Get
property Schema^ TableSchema {
	Schema^ get ();
}

Collapse imageSee Also