Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 900 Bytes

IQueryWithParams.md

File metadata and controls

22 lines (16 loc) · 900 Bytes

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