MicrosoftSqlProviderFactory..::..CreateParameter Method (String, DbType, ParameterDirection, Object)
Creates a DbParameter with the specified attributes.
Namespace:
AdvantageCMS.DataAssembly: AdvantageCMS.Data (in AdvantageCMS.Data.dll)
Syntax
public DbParameter CreateParameter( string name, DbType dbType, ParameterDirection direction, Object value )

