Creates a new Parameter object that can be used to add parameters to a Command object.
public abstract IDbDataParameter CreateParameter( string ParameterName );
Return Value
IDbDataParameter
Parameters
ParameterName
The name of the parameter. The name will depend on teh particular SQL
dialect (ie. @Name in SQL Server, ?Name in VFP etc).
See also:
Class wwData© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic