Click or drag to resize
DBDriverBaseCreateStoredProcCallCommand Method (String)
Creates a new command with the stored procedure call as the command text and a new connection object set as its connection. It sets the command timeout to the static command time set in the DDDriverbase class.

Namespace: SD.LLBLGen.Pro.DBDriverCore
Assembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public DbCommand CreateStoredProcCallCommand(
	string storedProcedureToCall
)

Parameters

storedProcedureToCall
Type: SystemString
The stored procedure to call.

Return Value

Type: DbCommand
ready to use command
See Also