Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 408 Bytes

File metadata and controls

17 lines (12 loc) · 408 Bytes

IQueryWithParams.AddParam method

namespace: Serenity.Data   assemblySerenity.Net.Data

Adds the parameter.

public void AddParam(string name, object value)
parameter description
name The name.
value The value.

See Also