Click or drag to resize

StiSqlDataConnectorGetSchemaTable Method

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

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public DataTable GetSchemaTable(
	DbCommand command,
	bool isStoredProc = false
)

Parameters

command
Type: System.Data.CommonDbCommand

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

isStoredProc (Optional)
Type: SystemBoolean

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

Return Value

Type: DataTable

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

See Also