IDbFactory AddCommandParameter Method NReco.Data Class Library Documentation
Add new constant parameter

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

CommandParameter AddCommandParameter(
	IDbCommand cmd,
	Object value
)

Return Value

Type: CommandParameter
See Also