Return an array of fields, each of which identifies a field in a nested tuple field. This method can be applied only to a field whose type is Tuple.

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..::..Field[] GetNestedFields()
Public Function GetNestedFields As Schema..::..Field()
public:
array<Schema..::..Field^>^ GetNestedFields()

Exceptions

ExceptionCondition
TupleExceptionThis field isn't of type Tuple.

See Also