Command..::..ParameterAdd Method (String, DbType, ParameterDirection, Object)
Parameters the add.
Namespace:
AdvantageCMS.DataAssembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)
Syntax
public void ParameterAdd( string ParameterName, DbType ParameterDataType, ParameterDirection ParameterDirection, Object ParameterValue )
Parameters
- ParameterName
- Type: String
Name of the parameter.
- ParameterDataType
- Type: DbType
Type of the parameter data.
- ParameterDirection
- Type: ParameterDirection
The parameter direction.
- ParameterValue
- Type: Object
The parameter value.