SnapDAL Library Documentation

Provider.CreateParameter Method (String, String)

Create a parameter for this provider.

public virtual IDataParameter CreateParameter(
   string paramName,
   string paramType
);

Parameters

paramName
Sql Parameter Name
paramType
the type of the parameter. See the documentation for notes for your provider

Return Value

See Also

Provider Class | SnapDAL Namespace | Provider.CreateParameter Overload List