Sql.Param method

Creates SQL for an arbitrarily named parameter with the specified value.

public static Sql Param(object? value)

See Also