Click or drag to resize

StiSqlDataConnectorCreateCommand Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.CreateCommand(System.String,System.Data.Common.DbConnection,System.Data.CommandType)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public virtual DbCommand CreateCommand(
	string query,
	DbConnection connection,
	CommandType commandType = CommandType.Text
)

Parameters

query
Type: SystemString

[Missing <param name="query"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.CreateCommand(System.String,System.Data.Common.DbConnection,System.Data.CommandType)"]

connection
Type: System.Data.CommonDbConnection

[Missing <param name="connection"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.CreateCommand(System.String,System.Data.Common.DbConnection,System.Data.CommandType)"]

commandType (Optional)
Type: System.DataCommandType

[Missing <param name="commandType"/> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.CreateCommand(System.String,System.Data.Common.DbConnection,System.Data.CommandType)"]

Return Value

Type: DbCommand

[Missing <returns> documentation for "M:Stimulsoft.Base.StiSqlDataConnector.CreateCommand(System.String,System.Data.Common.DbConnection,System.Data.CommandType)"]

See Also