How do I get back the key for a newly inserted record using Dapper.Contrib?...
Read MoreDapper, Insert record in SQLite table...
Read MoreWriting a generic InsertData method using Dapper.Contrib and InsertAsync...
Read MoreIs there a way to map properties to column names using some .Insert extension method for Dapper?...
Read MoreHow to Get entity by Unique Key using Dapper.Contrib?...
Read MoreHow to properly "Singularize" table names with Dapper.Contrib?...
Read MoreWhat's the difference between [Computed] and [Write(false)] attributes?...
Read MoreUpdating DateTime to database is throwing SqlTypeException - SqlDateTime overflow...
Read MoreProblem retreiving null on nullable bool with default value through dapper [contrib]...
Read MoreDapper.Contrib + MS Access: Error - Characters found after the end of the SQL statement...
Read MoreDapper.Contrib - InsertAsync fails to insert an HIERARCHYID key...
Read MoreHow to avoid updating a column on subsequent Update calls using Dapper.Contrib?...
Read MoreDapper.Contrib Support for composite primary key...
Read MoreUse Dapper.Contrib with inheritance...
Read MoreDapper.Contrib methods unavailable for IDbConnection object...
Read MoreInserting an entity if it doesn't already exist...
Read MoreDapper.Contrib AS Entity, Why it fails?...
Read MoreStore Procedures with Dapper.Contrib...
Read MoreHow can I make use of the collection accepting Dapper.Contrib methods?...
Read MoreHow do I access child object fields from a parent object in C#?...
Read MoreInserting object that should be mapped into different DB table depending on scenario...
Read MoreInserting and MultiMapping using Dapper.Contrib...
Read MoreDapper.contrib Insert - Cannot apply indexing with [] to an expression of type 'object'...
Read MoreUse Dapper.Contrib Update, with classes that have special helper properties...
Read MoreDoes Dapper request a full object from the database prior to Linq operations?...
Read MoreHow do I insert data when the primary key column is not an identity column?...
Read More