A utility function to speed up multiple accesses to field types of a schema in contexts where multiple tuples are processed; the function should be called outside of for loops processing tuples and their fields

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public DataType[] GetFieldTypes()
Public Function GetFieldTypes As DataType()
public:
array<DataType^>^ GetFieldTypes()

Return Value

An array of DataTypes corresponding to the Schema's Fields

See Also