Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xin9le committed Dec 23, 2021
1 parent aea487b commit 1e569a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ order by

```cs
// Insert record to SQL Server
var sql = QueryBuilder.Insert<Person>(DbDialect.SqlServer).Text;
var sql = QueryBuilder.Insert<Person>(DbDialect.SqlServer, useAmbientValue: true).Text;

/*
insert into [dbo].[T_People]
Expand Down

0 comments on commit 1e569a1

Please sign in to comment.