LINQ_StartsWith2
 
IEnumerable<ObjectFacotry> query1 =
from emp in empdb where emp.ename.StartsWith("A") select emp;