SnapDAL Library Documentation

SqlProvider.CreateParameter Method (String, String)

Create a SQLParameter for this provider.

public override 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

SqlProvider Class | SnapDAL.Providers Namespace | SqlProvider.CreateParameter Overload List