QueryWithParamsExtensions.SetParam<T> method
namespace: Serenity.Data assembly: Serenity.Net.Data
Sets the parameter.
public static T SetParam<T>(this T self, Parameter param, object value)
where T : IQueryWithParams
| parameter | description |
|---|---|
| T | |
| self | The query. |
| param | The parameter. |
| value | The value. |
See Also
- class T
- struct Parameter
- interface IQueryWithParams
- class QueryWithParamsExtensions