Skip to content

SqlHelper.AddParamWithValue method

namespace: Serenity.Data   assemblySerenity.Net.Data

Adds the parameter with value to the target command.

public static DbParameter AddParamWithValue(this DbCommand command, string name, object value, 
    ISqlDialect dialect)
parameter description
command The command.
name The name.
value The value.
dialect The dialect.

Return Value

New parameter

See Also