namespace: Serenity.Data assembly: Serenity.Net.Data
Interface for objects setting parameters by PARAM method (like SqlInsert, SqlUpdate, SqlDelete...)
public interface IQueryWithParams
name | description |
---|---|
Dialect { get; } | Gets the dialect. |
Params { get; } | Gets the parameters. |
AddParam(…) | Adds the parameter. |
AutoParam() | Creates an automatically named parameter. |
SetParam(…) | Sets the parameter. |
- Source: IQueryWithParams.cs