querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

Add possibility to call InsertGetId with dictionary parameter

Open arudoy opened this issue 5 years ago • 1 comments

While Insert method has several overloads: object, dictionary, columns + values, etc, there is only one overload of InsertGetId - with object. For my project it very crucial to have possiblity to call InsertGetId with dictionary as a parameter, because I know names of columns only in runtime. Please, approve it.

arudoy avatar May 27 '19 05:05 arudoy

Hi @arudoy, sorry for the late reply, Could you please add the async version of it also, in addition to the new parameters, transaction and cancelationToken?

ahmad-moussawi avatar May 31 '21 21:05 ahmad-moussawi