TExternalBaseDllDataSetEventFields Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

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

Set up event fields in the data extensions.

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

public bool SetEventFields(
	Tuple<string, Type>[] fields
)

Parameters

fields
Type: SystemTupleString, Type
Specifies the event fields as an array of String/Type tuples.

Return Value

Type: Boolean
Returns false if the setup process fails.
See Also

Reference