0

Normally when we want to insert unicode letter into SQL Server, we can do N' foreign letter' But I'm using Peta Poco and I cannot add N (or I don't know how to)

So how do I make sure my input can be saved as unicode (my table columns are nvarchar) ?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Hami
  • 335
  • 1
  • 7
  • 22

1 Answers1

1

PetaPoco supports Unicode and will save your unicode strings just right if your original string is Unicode (the page or program you are using is unicode)

Eduardo Molteni
  • 38,786
  • 23
  • 141
  • 206