Returns the fields describing the table columns.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.1.3746 (2.2.1.3746)

Syntax

         
 C#  Visual Basic  Visual C++ 
IList<Schema..::..Field> GetFields(
	bool includeInternal
)
Function GetFields ( _
	includeInternal As Boolean _
) As IList(Of Schema..::..Field)
IList<Schema..::..Field^>^ GetFields(
	bool includeInternal
)

Parameters

includeInternal
Boolean
Specifies whether to include internal fields in list.

Return Value

The fields describing the table columns.

See Also