IQueryWithParams interface

namespace: Serenity.Data   assemblySerenity.Net.Data

Interface for objects setting parameters by PARAM method (like SqlInsert, SqlUpdate, SqlDelete...)

public interface IQueryWithParams

Members

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.

See Also