AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ISqlProviderFactory..::..AddWithValue Method

Adds a parameter via the provider's AddWithValue method and returns it. Required because AddWithValue is not on the DbParameterCollection base class.

Namespace:  AdvantageCMS.Data
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


DbParameter AddWithValue(
	DbParameterCollection parameters,
	string name,
	Object value
)

Parameters

parameters
Type: DbParameterCollection
name
Type: String
value
Type: Object