Gets a collection of all of the datasources used in this object (and its descendants).

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string[] GetDataSources()
Visual Basic
Public Function GetDataSources As String()
JScript
public function GetDataSources() : String[]

Return Value

A list of datasources used in this object (and its descendants).

See Also