Click or drag to resize

StiJsonToDataSetConverterGetDataSet Method (ListJToken, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverter.GetDataSet(System.Collections.Generic.List{Stimulsoft.Base.Json.Linq.JToken},System.Boolean)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataSet GetDataSet(
	List<JToken> tokens,
	bool useOneTable = false
)

Parameters

tokens
Type: System.Collections.GenericListJToken

[Missing <param name="tokens"/> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverter.GetDataSet(System.Collections.Generic.List{Stimulsoft.Base.Json.Linq.JToken},System.Boolean)"]

useOneTable (Optional)
Type: SystemBoolean

[Missing <param name="useOneTable"/> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverter.GetDataSet(System.Collections.Generic.List{Stimulsoft.Base.Json.Linq.JToken},System.Boolean)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverter.GetDataSet(System.Collections.Generic.List{Stimulsoft.Base.Json.Linq.JToken},System.Boolean)"]

See Also