Return a ReadOnlyCollection of all the DataTypes that StreamBase supports.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static ReadOnlyCollection<DataType> AllTypes()
Public Shared Function AllTypes As ReadOnlyCollection(Of DataType)
public:
static ReadOnlyCollection<DataType^>^ AllTypes()

See Also