AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ISqlProviderFactory..::..CreateParameter Method (String, DbType, ParameterDirection, Object)

Creates a DbParameter with the specified attributes.

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

Syntax


DbParameter CreateParameter(
	string name,
	DbType dbType,
	ParameterDirection direction,
	Object value
)

Parameters

name
Type: String
dbType
Type: DbType
direction
Type: ParameterDirection
value
Type: Object