Click or drag to resize

StiDBaseHelperGetTable Method (Stream, Stream, Boolean, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetTable(System.IO.Stream,System.IO.Stream,System.Boolean,System.Int32)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static DataTable GetTable(
	Stream memoryStream,
	Stream memo,
	bool forceCodePage,
	int forcedCodePage
)

Parameters

memoryStream
Type: System.IOStream

[Missing <param name="memoryStream"/> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetTable(System.IO.Stream,System.IO.Stream,System.Boolean,System.Int32)"]

memo
Type: System.IOStream

[Missing <param name="memo"/> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetTable(System.IO.Stream,System.IO.Stream,System.Boolean,System.Int32)"]

forceCodePage
Type: SystemBoolean

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

forcedCodePage
Type: SystemInt32

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

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Stimulsoft.Base.StiDBaseHelper.GetTable(System.IO.Stream,System.IO.Stream,System.Boolean,System.Int32)"]

See Also