Returns the schema for this field. Valid only if the field is of type TUPLE. Otherwise null is returned.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Schema GetSchema()
Public Function GetSchema As Schema
public:
Schema^ GetSchema()

See Also