Click or drag to resize

StiSqlDataConnectorGetDataTable Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetDataTable(System.Data.Common.DbCommand,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public DataTable GetDataTable(
	DbCommand command,
	int index,
	int count
)

Parameters

command
Type: System.Data.CommonDbCommand

[Missing <param name="command"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetDataTable(System.Data.Common.DbCommand,System.Int32,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetDataTable(System.Data.Common.DbCommand,System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetDataTable(System.Data.Common.DbCommand,System.Int32,System.Int32)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.GetDataTable(System.Data.Common.DbCommand,System.Int32,System.Int32)"]

See Also