Get exported fields of current row.

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public string[] Get_Fexport(
	string Unit
)
Visual Basic (Declaration)
Public Function Get_Fexport ( _
	Unit As String _
) As String()

Parameters

Unit
Type: System..::.String
Target unit - dbUnit

Return Value

Dim ret as string() = GD.Get_Fexport

Remarks

Get_Fexport returns a 1D array.

See Also