Not Supported. The name of the table. This is only set by the system for the inputs to combiners, both for Produces() and Combine(). For all schemas other than the inputs to a Combiner, schema.Table is null, since in all other cases column names are already distinct.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public string Table { get; }
Visual Basic
Public ReadOnly Property Table As String
	Get
Visual C++
public:
property String^ Table {
	String^ get ();
}

See Also