Returns the Schema object describing this Row

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

Syntax

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

See Also