Click or drag to resize

IStiQueryObjectGetDataSources Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Engine.IStiQueryObject.GetDataSources(System.Collections.Generic.IEnumerable{System.String})"]

Namespace:  Stimulsoft.Data.Engine
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
IEnumerable<IStiAppDataSource> GetDataSources(
	IEnumerable<string> dataNames
)

Parameters

dataNames
Type: System.Collections.GenericIEnumerableString

[Missing <param name="dataNames"/> documentation for "M:Stimulsoft.Data.Engine.IStiQueryObject.GetDataSources(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: IEnumerableIStiAppDataSource

[Missing <returns> documentation for "M:Stimulsoft.Data.Engine.IStiQueryObject.GetDataSources(System.Collections.Generic.IEnumerable{System.String})"]

See Also