Return an array of Field objects corresponding to the fields in the schema.

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

See Also