Click or drag to resize

OracleSpecificCreatorCreateCommand Method (DbConnection)

Creates a new command.

Namespace:  SD.LLBLGen.Pro.DQE.Oracle
Assembly:  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override DbCommand CreateCommand(
	DbConnection connectionToUse
)

Parameters

connectionToUse
Type: System.Data.CommonDbConnection

Return Value

Type: DbCommand
ready to use command object

Implements

IDbSpecificCreatorCreateCommand(DbConnection)
See Also