FluentData insert sql语句有问题 ,不知道写的对不对

``` int productId = context.Sql(@"insert into [TMProduction].[dbo].datas values(@0,@1,@2,@3,@4,@5,@6,@7);").Parameters(?,?,?,?,?,?,?).ExecuteReturnLastId();


https://www.cnblogs.com/EthanSun/p/4463443.html