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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public Schema..::..Field[] GetNestedFields()
Public Function GetNestedFields As Schema..::..Field()
public: array<Schema..::..Field^>^ GetNestedFields()
Exceptions
Exception | Condition |
---|---|
[!:TupleException] | This field isn't of type Tuple. |