The name of the table on which to run the Delete query.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
string Table { get; set; }
Property Table As String
	Get
	Set
property String^ Table {
	String^ get ();
	void set (String^ value);
}

See Also