Click or drag to resize

DbCommandImageAccessorAddExtraParameters Method

Adds any extra parameters supplied by the user that are needed to run the command.

Namespace:  Atalasoft.Imaging.ImageSources.Data
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual IDbCommand AddExtraParameters(
	IDbCommand cmd
)

Parameters

cmd
Type: System.DataIDbCommand
A command that will be used to call a stored procedure.

Return Value

Type: IDbCommand
See Also