stringstr=@"SELECT case_type_id,case_type_@Country FROM dbo.i_case_type; SELECT apply_type_id,apply_type_@Country FROM dbo.i_apply_type
stringstr=String.Format(@"SELECT case_type_id,case_type_{0},case_type_{1} FROM dbo.i_case_type; SELECT apply_type_id,apply_type_{0},apply_type_{1} FROM dbo.i_apply_type
SELECT ctrl_proc_id,case_type_id,ctrl_proc_@Country FROM dbo.i_ctrl_proc where is_enabled=1;
SELECT ctrl_proc_id,case_type_id,ctrl_proc_{0},ctrl_proc_{1} FROM dbo.i_ctrl_proc where is_enabled=1;
SELECT business_type_id,business_type_@Country FROM dbo.i_business_type where isnull(business_type_@Country,'') <> ''; SELECT fc_cate_id,text_@Country FROM dbo.i_fc_category where is_enabled=1;
SELECT business_type_id,business_type_{0},business_type_{1} FROM dbo.i_business_type ; SELECT fc_cate_id,text_{0},text_{1} FROM dbo.i_fc_category where is_enabled=1;
select customer_id,customer_name_en,customer_name from c_customer a where is_enabled=1 and isnull(customer_name,'') <> '';SELECT case_status_id,case_status_@Country FROM i_case_status where isnull(case_status_@Country,'') <> '';
select customer_id,customer_name_en,customer_name from c_customer a where is_enabled=1 and isnull(customer_name,'') <> '';SELECT case_status_id,case_status_{0},case_status_{1} FROM i_case_status;
SELECT dictionary_id,value,text_@Country FROM dbo.s_dictionary WHERE dictionary_name = 'fee_cate_workitem'; SELECT dictionary_id,value,text_@Country FROM dbo.s_dictionary WHERE dictionary_name ='fo_tax_rate_name';
SELECT dictionary_id,value,text_{0},text_{1} FROM dbo.s_dictionary WHERE dictionary_name = 'fee_cate_workitem'; SELECT dictionary_id,value,text_{0},text_{1} FROM dbo.s_dictionary WHERE dictionary_name ='fo_tax_rate_name';
select currency_id,currency_name_@Country from i_currency a;select country_id,country_@Country from i_country a".Replace("@Country",Country);
select currency_id,currency_name_{0},currency_name_{1} from i_currency a;select country_id,country_{0},country_{1} from i_country a",Country1,Country2);