TExternalBaseDllDataGetEventFields Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

Get all event fields from the data extension.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

public Tuple<string, Type>[] GetEventFields()

Return Value

Type: TupleString, Type
Returns all the event fields as an array of string/Type tuples.
See Also

Reference