5
লিনক ক্যোয়ারী "ধরণের ধরণের সিস্টেম.অবজেক্টের ধ্রুবক মান তৈরি করতে অক্ষম ..." কেন ফেলেছে?
নিম্নলিখিত কোড নমুনা: private void loadCustomer(int custIdToQuery) { var dbContext = new SampleDB(); try { var customerContext = from t in dbContext.tblCustomers // keeps throwing: where t.CustID.Equals(custIdToQuery) // Unable to create a constant value of type 'System.Object'. select new // Only primitive types ('such as Int32, String, and Guid') { …