我有一個Customer類具有以下屬性: public int Id { get; set; }
public string Name { get; set; }
public int AddressId { get; set; }
public Address Address { get; set; }
我的目標是編寫將使用一個內連接到每個客戶內填充整個地址屬性短小精悍查詢這是返回。
嘿,我使用Dapper.Contrib MySQL中獲取語法錯誤 MySQL server version for the right syntax to use near '[cause_code],[cause_name]) values ('000-DDH', 'No Money')' at line 1
對插入在MySQL正確的語法是 "Insert Into `tbl_cause`