คือผมต้องการนำข้อมูลที่ได้จากการเชื่อมต่อฐานข้อมูล
โดยวิธี LINQ to SQL โดยจะมาแยกเป็น array ด้วยฟังค์ชั่น .Split ครับ
แต่เกิดปัญหาตามภาพ Controller ครับ และผมแนบ Model มาด้วย
มันแจ้งประมาณว่า เข้ากันไม่ได้ของชนิด Class ครับ
An exception of type 'System.NotSupportedException' occurred in System.Data.Entity.dll but was not handled in user code
Additional information: LINQ to Entities does not recognize the method 'System.Collections.Generic.List`1[System.String] ToList[String](System.Collections.Generic.IEnumerable`1[System.String])' method, and this method cannot be translated into a store expression.