Return a field that 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 GetNestedField(
	string fieldPathName
)
Public Function GetNestedField ( _
	fieldPathName As String _
) As Schema..::..Field
public:
Schema..::..Field^ GetNestedField(
	String^ fieldPathName
)

Parameters

fieldPathName
String
path name to the desired nested tuple field.

Exceptions

ExceptionCondition
TupleExceptionThe field path name is invalid or this field isn't of type Tuple.

See Also