When I assign a table name to DbSyncTableDescription.LocalName , the table name get wrapped with [] quote characters. For example when
I assign orders table name to LocalName the quoted table name is [orders]. How do I change [] quote characters to "” (double quote character)? (I want LocalName to be "orders" instead of [orders])