Click or drag to resize

StiJsonToDataSetConverterV2GetDataSetFromXml Method (Byte, StiRelationDirection)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverterV2.GetDataSetFromXml(System.Byte[],Stimulsoft.Base.StiRelationDirection)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataSet GetDataSetFromXml(
	byte[] array,
	StiRelationDirection relationDirection
)

Parameters

array
Type: SystemByte

[Missing <param name="array"/> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverterV2.GetDataSetFromXml(System.Byte[],Stimulsoft.Base.StiRelationDirection)"]

relationDirection
Type: Stimulsoft.BaseStiRelationDirection

[Missing <param name="relationDirection"/> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverterV2.GetDataSetFromXml(System.Byte[],Stimulsoft.Base.StiRelationDirection)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Stimulsoft.Base.StiJsonToDataSetConverterV2.GetDataSetFromXml(System.Byte[],Stimulsoft.Base.StiRelationDirection)"]

See Also