Click or drag to resize

StiDBaseHelperGetDataSet Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetDataSet(System.Byte[],System.String,System.Boolean,System.Int32)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataSet GetDataSet(
	byte[] data,
	string tableName,
	bool forceCodePage,
	int forcedCodePage
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetDataSet(System.Byte[],System.String,System.Boolean,System.Int32)"]

tableName
Type: SystemString

[Missing <param name="tableName"/> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetDataSet(System.Byte[],System.String,System.Boolean,System.Int32)"]

forceCodePage
Type: SystemBoolean

[Missing <param name="forceCodePage"/> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetDataSet(System.Byte[],System.String,System.Boolean,System.Int32)"]

forcedCodePage
Type: SystemInt32

[Missing <param name="forcedCodePage"/> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetDataSet(System.Byte[],System.String,System.Boolean,System.Int32)"]

Return Value

Type: DataSet

[Missing <returns> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetDataSet(System.Byte[],System.String,System.Boolean,System.Int32)"]

See Also