Click or drag to resize

StiSqlDataAnalyzerBuildJoinQuery Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Engine.StiSqlDataAnalyzer.BuildJoinQuery(System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataLink},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

Namespace:  Stimulsoft.Data.Engine
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static string BuildJoinQuery(
	List<StiDataLink> path,
	List<string> realDataNames,
	List<string> dataNames
)

Parameters

path
Type: System.Collections.GenericListStiDataLink

[Missing <param name="path"/> documentation for "M:Stimulsoft.Data.Engine.StiSqlDataAnalyzer.BuildJoinQuery(System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataLink},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

realDataNames
Type: System.Collections.GenericListString

[Missing <param name="realDataNames"/> documentation for "M:Stimulsoft.Data.Engine.StiSqlDataAnalyzer.BuildJoinQuery(System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataLink},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

dataNames
Type: System.Collections.GenericListString

[Missing <param name="dataNames"/> documentation for "M:Stimulsoft.Data.Engine.StiSqlDataAnalyzer.BuildJoinQuery(System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataLink},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Engine.StiSqlDataAnalyzer.BuildJoinQuery(System.Collections.Generic.List{Stimulsoft.Data.Engine.StiDataLink},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

See Also